File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/app/layouts/setup/pages/rustpush Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ class HwInpState extends OptimizedState<HwInp> {
582582 style: context.theme.textTheme.titleMedium! .copyWith (color: ! hosted ? null : context.theme.colorScheme.onPrimary)),
583583 Text ("We'll take care of everything for you. \n Your phone number will become a blue bubble!" ,
584584 style: context.theme.textTheme.bodySmall! .copyWith (color: ! hosted ? null : context.theme.colorScheme.onPrimary)),
585- Text ("\n ${controller .availableIAP .value !.pricingPhases .last .formattedPrice }/mo${controller .availableIAP .value !.pricingPhases .length > 1 ? '. 7-day free trial.' : '' }" ,
585+ Text ("\n ${controller .availableIAP .value !.pricingPhases .last .formattedPrice }/mo${controller .availableIAP .value !.pricingPhases .length > 1 ? '. ${ controller . availableIAP . value !. pricingPhases . first . formattedPrice } 7-day trial.' : '' }" ,
586586 style: context.theme.textTheme.bodySmall! .copyWith (color: ! hosted ? null : context.theme.colorScheme.onPrimary)),
587587 ],
588588 ),),
You can’t perform that action at this time.
0 commit comments