Browse Source

Merge pull request #26 from ente-io/fix_typo

Fix copy
Vishnu Mohandas 2 years ago
parent
commit
8ade294d7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/ui/tools/lock_screen.dart

+ 1 - 1
lib/ui/tools/lock_screen.dart

@@ -59,7 +59,7 @@ class _LockScreenState extends State<LockScreen> {
     _logger.info("Showing lockscreen");
     _logger.info("Showing lockscreen");
     try {
     try {
       final result = await requestAuthentication(
       final result = await requestAuthentication(
-        "Please authenticate to view your memories",
+        "Please authenticate to view your secrets",
       );
       );
       if (result) {
       if (result) {
         AppLock.of(context).didUnlock();
         AppLock.of(context).didUnlock();