From c1b07a7daebf3425e01fe40a9dc02cf9e45c6633 Mon Sep 17 00:00:00 2001 From: vishnukvmd Date: Sun, 14 Aug 2022 23:10:26 +0530 Subject: [PATCH] Update family-plan dialog title --- 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 f1e42bcb0..8a6b926a5 100644 --- a/lib/ui/payment/subscription_page.dart +++ b/lib/ui/payment/subscription_page.dart @@ -458,7 +458,7 @@ class _SubscriptionPageState extends State { if (_userDetails.subscription.productID == kFreeProductID) { await showErrorDialog( context, - "Now you can share your storage plan with your family members!", + "Share your storage plan with your family members!", "Customers on paid plans can add up to 5 family members without paying extra. Each member gets their own private space.", ); return;