From ba13a3e312d96e61853046d7f8f9bb168aed3c32 Mon Sep 17 00:00:00 2001 From: HuyNguyen Date: Thu, 6 Apr 2023 22:50:46 +0700 Subject: [PATCH] TF-1681: Add a dot at the end of the description (cherry picked from commit 08fe2702c37386fd7afbd317660f9027f0b2d739) --- lib/l10n/intl_messages.arb | 4 ++-- lib/main/localizations/app_localizations.dart | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/l10n/intl_messages.arb b/lib/l10n/intl_messages.arb index 1e7599708..4db12f6dc 100644 --- a/lib/l10n/intl_messages.arb +++ b/lib/l10n/intl_messages.arb @@ -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": { "type": "text", @@ -1160,7 +1160,7 @@ "placeholders_order": [], "placeholders": {} }, - "profilesSettingExplanation": "Info about you, and options to manage it", + "profilesSettingExplanation": "Info about you, and options to manage it.", "@profilesSettingExplanation": { "type": "text", "placeholders_order": [], diff --git a/lib/main/localizations/app_localizations.dart b/lib/main/localizations/app_localizations.dart index 62f6f5f06..384b9d02f 100644 --- a/lib/main/localizations/app_localizations.dart +++ b/lib/main/localizations/app_localizations.dart @@ -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' ); }