Fix case
This commit is contained in:
parent
1159b8e6f3
commit
d9a9f6fec8
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ class _SubscriptionPageState extends State<SubscriptionPage> {
|
|||
showErrorDialog(
|
||||
context,
|
||||
"Sorry",
|
||||
"you cannot downgrade to this plan",
|
||||
"You cannot downgrade to this plan",
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue