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
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
"@@last_modified": "2023-03-10T14:00:31.546227", "@@last_modified": "2023-04-06T22:36:07.919763",
"initializing_data": "Initializing data...", "initializing_data": "Initializing data...",
"@initializing_data": { "@initializing_data": {
"type": "text", "type": "text",
@@ -1160,7 +1160,7 @@
"placeholders_order": [], "placeholders_order": [],
"placeholders": {} "placeholders": {}
}, },
"profilesSettingExplanation": "Info about you, and options to manage it", "profilesSettingExplanation": "Info about you, and options to manage it.",
"@profilesSettingExplanation": { "@profilesSettingExplanation": {
"type": "text", "type": "text",
"placeholders_order": [], "placeholders_order": [],
@@ -1192,7 +1192,7 @@ class AppLocalizations {
String get profilesSettingExplanation { String get profilesSettingExplanation {
return Intl.message( return Intl.message(
'Info about you, and options to manage it', 'Info about you, and options to manage it.',
name: 'profilesSettingExplanation' name: 'profilesSettingExplanation'
); );
} }