diff --git a/auth/lib/l10n/arb/app_en.arb b/auth/lib/l10n/arb/app_en.arb index 00d64cdec3..06b5e42c44 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 3196ff895d..b055a94f1d 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/auth/pubspec.yaml b/auth/pubspec.yaml index 1e0e3ffb05..8c7e28b873 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: diff --git a/mobile/lib/l10n/intl_en.arb b/mobile/lib/l10n/intl_en.arb index 0a68ef1a67..97c1e6f688 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",