[mob][auth] Change dialog copy (#2796)
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user