From 67f49a05915fa2101b8ecd9a250b205c4ab3e4ac Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Mon, 11 Jul 2022 08:45:42 +0200 Subject: [PATCH] [PS-686] Mobile update negative copy in settings (#1961) * feat: update auto totp copy setting * feat: update show icons settings * feat: update auto add settings * feat: update settings and options to sentence case * feat: update translation keys With the latest changes the translation keys had diverged from their contents. This commit fixes that. * fix: revert AndroidManifest changes * chore: add todo comments to fix negative functions --- src/App/Pages/Settings/OptionsPage.xaml | 18 +++--- .../Pages/Settings/OptionsPageViewModel.cs | 49 ++++++++-------- src/App/Resources/AppResources.Designer.cs | 28 ++++----- src/App/Resources/AppResources.resx | 58 +++++++++---------- src/Core/Abstractions/ITotpService.cs | 1 - src/Core/Services/TotpService.cs | 9 --- src/Core/Utilities/ServiceContainer.cs | 2 +- 7 files changed, 79 insertions(+), 86 deletions(-) diff --git a/src/App/Pages/Settings/OptionsPage.xaml b/src/App/Pages/Settings/OptionsPage.xaml index 8d37074c6..8c4e3081b 100644 --- a/src/App/Pages/Settings/OptionsPage.xaml +++ b/src/App/Pages/Settings/OptionsPage.xaml @@ -83,31 +83,31 @@ @@ -117,16 +117,16 @@