TF-1681: Add a dot at the end of the description

(cherry picked from commit 08fe2702c37386fd7afbd317660f9027f0b2d739)
This commit is contained in:
HuyNguyen
2023-04-06 22:50:46 +07:00
committed by Dat Vu
parent 1d8babf866
commit ba13a3e312
2 changed files with 3 additions and 3 deletions
@@ -1192,7 +1192,7 @@ class AppLocalizations {
String get profilesSettingExplanation {
return Intl.message(
'Info about you, and options to manage it',
'Info about you, and options to manage it.',
name: 'profilesSettingExplanation'
);
}