From d9a9f6fec83be015e1d4e0f56dd4f22d0a20bff3 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Mon, 10 Oct 2022 22:53:59 +0530 Subject: [PATCH] Fix case --- lib/ui/payment/subscription_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/payment/subscription_page.dart b/lib/ui/payment/subscription_page.dart index 1d0d65c55..4a2c342dd 100644 --- a/lib/ui/payment/subscription_page.dart +++ b/lib/ui/payment/subscription_page.dart @@ -388,7 +388,7 @@ class _SubscriptionPageState extends State { showErrorDialog( context, "Sorry", - "you cannot downgrade to this plan", + "You cannot downgrade to this plan", ); return; }