From 7dd1804e2e4cd50982a1c50ba00b4bbc6267064d Mon Sep 17 00:00:00 2001 From: ashilkn Date: Wed, 21 Aug 2024 20:13:57 +0530 Subject: [PATCH] [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 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/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",