[mob][auth] change copy

This commit is contained in:
ashilkn 2024-08-21 20:13:57 +05:30
parent 8e263a3b66
commit 7dd1804e2e
3 changed files with 2 additions and 3 deletions

View File

@ -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...",

View File

@ -70,7 +70,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
await showErrorDialog(
context,
context.l10n.noSystemLockFound,
context.l10n.toEnableAppLockPleaseSetupDevicePasscodeOrScreen,
context.l10n.deviceLockEnablePreSteps,
);
}
await _initializeSettings();

View File

@ -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",