Skip to content

Commit dbf87fd

Browse files
committed
Update hw_inp.dart
1 parent 27040fd commit dbf87fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/layouts/setup/pages/rustpush/hw_inp.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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. \nYour 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
),),

0 commit comments

Comments
 (0)