TF-1681: Add a dot at the end of the description
(cherry picked from commit 08fe2702c37386fd7afbd317660f9027f0b2d739)
This commit is contained in:
@@ -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'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user