Merge pull request #828 from notiant/patch-2

Fix some missing translations
This commit is contained in:
Lemmy
2025-11-22 08:49:43 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ Scope {
root.unlocked();
} else {
Logger.i("LockContext", "Authentication failed");
errorMessage = "Authentication failed";
errorMessage = I18n.tr("lock-screen.authentication-failed");
showFailure = true;
root.failed();
}