From f8036370c9f3401e221ae559d2f3eb560d674dd7 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Mon, 15 Aug 2022 12:43:29 +0200 Subject: [PATCH] neon: Fix typo --- packages/neon/lib/l10n/en.arb | 2 +- packages/neon/lib/l10n/localizations.dart | 2 +- packages/neon/lib/l10n/localizations_en.dart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/neon/lib/l10n/en.arb b/packages/neon/lib/l10n/en.arb index a696c27c..9209521a 100644 --- a/packages/neon/lib/l10n/en.arb +++ b/packages/neon/lib/l10n/en.arb @@ -79,7 +79,7 @@ "globalOptionsThemeModeDark": "Dark", "globalOptionsThemeModeAutomatic": "Automatic", "globalOptionsThemeOLEDAsDark": "OLED theme as dark theme", - "globalOptionsPushNotificationsNotice": "External services are used for delivering push notifications. While the content is encrypted and can only be ready by this app, extracting metadata like the time and count of notifications is still possible.", + "globalOptionsPushNotificationsNotice": "External services are used for delivering push notifications. While the content is encrypted and can only be read by this app, extracting metadata like the time and count of notifications is still possible.", "globalOptionsPushNotificationsEnabled": "Enabled", "globalOptionsPushNotificationsEnabledDisabledNotice": "No UnifiedPush distributor could be found. Please go to https://unifiedpush.org/users/distributors and setup any of the listed distributors. Then re-open this app and you should be able to enable notifications", "globalOptionsPushNotificationsDistributor": "UnifiedPush Distributor", diff --git a/packages/neon/lib/l10n/localizations.dart b/packages/neon/lib/l10n/localizations.dart index ee0d8279..6cfb5f49 100644 --- a/packages/neon/lib/l10n/localizations.dart +++ b/packages/neon/lib/l10n/localizations.dart @@ -398,7 +398,7 @@ abstract class AppLocalizations { /// No description provided for @globalOptionsPushNotificationsNotice. /// /// In en, this message translates to: - /// **'External services are used for delivering push notifications. While the content is encrypted and can only be ready by this app, extracting metadata like the time and count of notifications is still possible.'** + /// **'External services are used for delivering push notifications. While the content is encrypted and can only be read by this app, extracting metadata like the time and count of notifications is still possible.'** String get globalOptionsPushNotificationsNotice; /// No description provided for @globalOptionsPushNotificationsEnabled. diff --git a/packages/neon/lib/l10n/localizations_en.dart b/packages/neon/lib/l10n/localizations_en.dart index 5ae52801..bd3eb208 100644 --- a/packages/neon/lib/l10n/localizations_en.dart +++ b/packages/neon/lib/l10n/localizations_en.dart @@ -170,7 +170,7 @@ class AppLocalizationsEn extends AppLocalizations { @override String get globalOptionsPushNotificationsNotice => - 'External services are used for delivering push notifications. While the content is encrypted and can only be ready by this app, extracting metadata like the time and count of notifications is still possible.'; + 'External services are used for delivering push notifications. While the content is encrypted and can only be read by this app, extracting metadata like the time and count of notifications is still possible.'; @override String get globalOptionsPushNotificationsEnabled => 'Enabled';