Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Jun 5, 2022
1 parent 4f7f859 commit e67f1aa
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ class DiscountPriceDeadline extends HookConsumerWidget {
Align(
alignment: Alignment.center,
child: Text(
"プレミアムお試し終了\n$countdown内の購入で48%OFFで購入できます",
"""
プレミアム登録で引き続きすべての機能が利用できます
$countdown内の購入で48%OFF!
""",
style: FontType.assistingBold.merge(TextColorStyle.white),
textAlign: TextAlign.center,
),
Expand Down

0 comments on commit e67f1aa

Please sign in to comment.