Merge pull request #26 from ente-io/fix_typo

Fix copy
This commit is contained in:
Vishnu Mohandas
2022-12-31 11:30:57 +05:30
committed by GitHub

View File

@@ -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();