vishnukvmd 2 年之前
父节点
当前提交
b5f3694805
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();