Update family-plan dialog title

This commit is contained in:
vishnukvmd 2022-08-14 23:10:26 +05:30
parent 4f3f30e1b2
commit c1b07a7dae

View file

@ -458,7 +458,7 @@ class _SubscriptionPageState extends State<SubscriptionPage> {
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;