From 7dd1804e2e4cd50982a1c50ba00b4bbc6267064d Mon Sep 17 00:00:00 2001 From: ashilkn Date: Wed, 21 Aug 2024 20:13:57 +0530 Subject: [PATCH 1/2] [mob][auth] change copy --- auth/lib/l10n/arb/app_en.arb | 2 +- auth/lib/ui/settings/lock_screen/lock_screen_options.dart | 2 +- mobile/lib/l10n/intl_en.arb | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/auth/lib/l10n/arb/app_en.arb b/auth/lib/l10n/arb/app_en.arb index 00d64cdec3d..06b5e42c44e 100644 --- a/auth/lib/l10n/arb/app_en.arb +++ b/auth/lib/l10n/arb/app_en.arb @@ -182,7 +182,7 @@ "security": "Security", "lockscreen": "Lockscreen", "authToChangeLockscreenSetting": "Please authenticate to change lockscreen setting", - "lockScreenEnablePreSteps": "To enable lockscreen, please setup device passcode or screen lock in your system settings.", + "deviceLockEnablePreSteps": "To enable device lock, please setup device passcode or screen lock in your system settings.", "viewActiveSessions": "View active sessions", "authToViewYourActiveSessions": "Please authenticate to view your active sessions", "searchHint": "Search...", diff --git a/auth/lib/ui/settings/lock_screen/lock_screen_options.dart b/auth/lib/ui/settings/lock_screen/lock_screen_options.dart index 3196ff895d3..b055a94f1dc 100644 --- a/auth/lib/ui/settings/lock_screen/lock_screen_options.dart +++ b/auth/lib/ui/settings/lock_screen/lock_screen_options.dart @@ -70,7 +70,7 @@ class _LockScreenOptionsState extends State { await showErrorDialog( context, context.l10n.noSystemLockFound, - context.l10n.toEnableAppLockPleaseSetupDevicePasscodeOrScreen, + context.l10n.deviceLockEnablePreSteps, ); } await _initializeSettings(); diff --git a/mobile/lib/l10n/intl_en.arb b/mobile/lib/l10n/intl_en.arb index 0a68ef1a671..97c1e6f6888 100644 --- a/mobile/lib/l10n/intl_en.arb +++ b/mobile/lib/l10n/intl_en.arb @@ -1289,7 +1289,6 @@ "setNewPin": "Set new PIN", "appLock": "App lock", "noSystemLockFound": "No system lock found", - "toEnableAppLockPleaseSetupDevicePasscodeOrScreen": "To enable app lock, please setup device passcode or screen lock in your system settings.", "tapToUnlock": "Tap to unlock", "tooManyIncorrectAttempts": "Too many incorrect attempts", "videoInfo": "Video Info", From 0ae080ea6a906c39788cea5a3a1095f5b69de163 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Wed, 21 Aug 2024 20:14:56 +0530 Subject: [PATCH 2/2] [mob][auth] bump up version to 3.1.3 --- auth/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/pubspec.yaml b/auth/pubspec.yaml index 1e0e3ffb05c..8c7e28b873c 100644 --- a/auth/pubspec.yaml +++ b/auth/pubspec.yaml @@ -1,6 +1,6 @@ name: ente_auth description: ente two-factor authenticator -version: 3.1.2+322 +version: 3.1.3+323 publish_to: none environment: