vishnukvmd 2 yıl önce
ebeveyn
işleme
b5f3694805
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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");
     try {
       final result = await requestAuthentication(
-        "Please authenticate to view your memories",
+        "Please authenticate to view your secrets",
       );
       if (result) {
         AppLock.of(context).didUnlock();