TF-3985 Display Increase your space button when premium is available on web desktop

This commit is contained in:
dab246
2025-09-09 13:13:53 +07:00
committed by Dat H. Pham
parent 066557110d
commit 9671822f78
10 changed files with 165 additions and 12 deletions
@@ -4928,4 +4928,11 @@ class AppLocalizations {
name: 'archiveMessagesFailed',
);
}
String get increaseYourSpace {
return Intl.message(
'Increase your space',
name: 'increaseYourSpace',
);
}
}