This commit is contained in:
Carl Downing
2023-07-30 15:45:56 -07:00
parent 0c85905887
commit ff48afffb7

View File

@@ -143,7 +143,9 @@ const DashboardProjectPicker: FunctionComponent<ComponentProps> = (
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.`