TF-2241 Change language setting subtitle

(cherry picked from commit 18b8c30e07c5c17a4fe2e81bc9dfe3936b520092)
This commit is contained in:
hieubt
2023-12-26 18:14:16 +07:00
committed by Dat H. Pham
parent 98b67038cc
commit afdcf80a0d
2 changed files with 6 additions and 6 deletions
@@ -1561,10 +1561,10 @@ class AppLocalizations {
name: 'languageAndRegion');
}
String get languageAndRegionSubtitle {
String get languageSubtitle {
return Intl.message(
'Set the language, time zone, time format you use on Twake Mail.',
name: 'languageAndRegionSubtitle');
'Set the language you use on Twake Mail.',
name: 'languageSubtitle');
}
String get language {