From 1ee0866a855105f7d483a905b0c7ee61ad44f077 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Mon, 31 Aug 2020 18:05:53 +0200 Subject: [PATCH] Improve the monthly text a bit more --- lib/screens/purchase_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/purchase_screen.dart b/lib/screens/purchase_screen.dart index 13c855f1..28384c0c 100644 --- a/lib/screens/purchase_screen.dart +++ b/lib/screens/purchase_screen.dart @@ -123,7 +123,7 @@ class MonthlyRentalWidget extends StatelessWidget { ), const SizedBox(height: 32.0), Text( - "After 12 months or after paying $minYearlyPurchase, you will get all the benefits of a standard 'One Time Purchase'"), + "After 12 months or after paying $minYearlyPurchase, you will get all the benefits of the standard 'One Time Purchase'"), ], mainAxisAlignment: MainAxisAlignment.start, ),