mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob][auth] change copy
This commit is contained in:
parent
8e263a3b66
commit
7dd1804e2e
@ -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...",
|
||||
|
@ -70,7 +70,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
|
||||
await showErrorDialog(
|
||||
context,
|
||||
context.l10n.noSystemLockFound,
|
||||
context.l10n.toEnableAppLockPleaseSetupDevicePasscodeOrScreen,
|
||||
context.l10n.deviceLockEnablePreSteps,
|
||||
);
|
||||
}
|
||||
await _initializeSettings();
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user