diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5c069f..d54f5e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog +## 0.3.6 + +- Improve: Visibility of the verification badge + ## 0.3.5 -- Improve: Visibility of the verification badge - Fix: Performance issue caused by an out-of-sync Signal session - Fix: Multiple smaller bug fixes diff --git a/lib/src/localization/generated/app_localizations.dart b/lib/src/localization/generated/app_localizations.dart index 7587867b..51f97a6d 100644 --- a/lib/src/localization/generated/app_localizations.dart +++ b/lib/src/localization/generated/app_localizations.dart @@ -2807,13 +2807,13 @@ abstract class AppLocalizations { /// No description provided for @qrScannerVerifyHint. /// /// In en, this message translates to: - /// **'To verify a contact ask them to open their QR code (Chat Lists > QR code button at the bottom right)'** + /// **'To verify, the other person must open their QR code (Chat Lists > QR code button at the bottom right)'** String get qrScannerVerifyHint; /// No description provided for @qrScannerVerifyUserHint. /// /// In en, this message translates to: - /// **'To verify {username} ask them to open their QR code (Chat Lists > QR code button at the bottom right)'** + /// **'To verify, {username} must open their QR code (Chat Lists > QR code button at the bottom right)'** String qrScannerVerifyUserHint(Object username); /// No description provided for @openQrCode. diff --git a/lib/src/localization/generated/app_localizations_de.dart b/lib/src/localization/generated/app_localizations_de.dart index 75ee4d7a..a47419dd 100644 --- a/lib/src/localization/generated/app_localizations_de.dart +++ b/lib/src/localization/generated/app_localizations_de.dart @@ -1587,11 +1587,11 @@ class AppLocalizationsDe extends AppLocalizations { @override String get qrScannerVerifyHint => - 'Um einen Kontakt zu verifizieren, bitte ihn, seinen QR-Code zu öffnen (Chat-Liste > QR-Code-Button unten rechts)'; + 'Zum Verifizieren muss die andere Person ihren QR-Code öffnen (Chat-Liste > QR-Code-Button unten rechts)'; @override String qrScannerVerifyUserHint(Object username) { - return 'Um $username zu verifizieren, bitte ihn, seinen QR-Code zu öffnen (Chat-Liste > QR-Code-Button unten rechts)'; + return 'Zum Verifizieren muss $username seinen QR-Code öffnen (Chat-Liste > QR-Code-Button unten rechts)'; } @override diff --git a/lib/src/localization/generated/app_localizations_en.dart b/lib/src/localization/generated/app_localizations_en.dart index 3d67db16..ebec11e2 100644 --- a/lib/src/localization/generated/app_localizations_en.dart +++ b/lib/src/localization/generated/app_localizations_en.dart @@ -1574,11 +1574,11 @@ class AppLocalizationsEn extends AppLocalizations { @override String get qrScannerVerifyHint => - 'To verify a contact ask them to open their QR code (Chat Lists > QR code button at the bottom right)'; + 'To verify, the other person must open their QR code (Chat Lists > QR code button at the bottom right)'; @override String qrScannerVerifyUserHint(Object username) { - return 'To verify $username ask them to open their QR code (Chat Lists > QR code button at the bottom right)'; + return 'To verify, $username must open their QR code (Chat Lists > QR code button at the bottom right)'; } @override diff --git a/lib/src/localization/translations b/lib/src/localization/translations index 0679ccad..5f16b9cd 160000 --- a/lib/src/localization/translations +++ b/lib/src/localization/translations @@ -1 +1 @@ -Subproject commit 0679ccad6e217d00e924ec3963f366e3df9a44b1 +Subproject commit 5f16b9cdd5ddba6086741bfb945564e3d16cee85