Skip to content

Commit

Permalink
[mob][auth] Change dialog copy (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashilkn authored Aug 21, 2024
2 parents 8e263a3 + 0ae080e commit cbbee23
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion auth/lib/l10n/arb/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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...",
Expand Down
2 changes: 1 addition & 1 deletion auth/lib/ui/settings/lock_screen/lock_screen_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class _LockScreenOptionsState extends State<LockScreenOptions> {
await showErrorDialog(
context,
context.l10n.noSystemLockFound,
context.l10n.toEnableAppLockPleaseSetupDevicePasscodeOrScreen,
context.l10n.deviceLockEnablePreSteps,
);
}
await _initializeSettings();
Expand Down
2 changes: 1 addition & 1 deletion auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion mobile/lib/l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cbbee23

Please sign in to comment.