diff --git a/Dashboard/src/Components/Header/ProjectPicker.tsx b/Dashboard/src/Components/Header/ProjectPicker.tsx index ec468d364e..44b99b9d4b 100644 --- a/Dashboard/src/Components/Header/ProjectPicker.tsx +++ b/Dashboard/src/Components/Header/ProjectPicker.tsx @@ -143,7 +143,9 @@ const DashboardProjectPicker: FunctionComponent = ( let description: string = plan.isCustomPricing() ? `Our sales team will contact you soon.` : `Billed ${ - isSubscriptionPlanYearly ? 'yearly' : 'monthly' + isSubscriptionPlanYearly + ? 'yearly' + : 'monthly' }. ${ plan.getTrialPeriod() > 0 ? `Free ${plan.getTrialPeriod()} days trial.`