Improve handling of closed keychain

This commit is contained in:
Tobias Fella
2021-11-13 14:57:24 +01:00
parent 8aa710d50f
commit 0a19d42799
2 changed files with 21 additions and 14 deletions

View File

@@ -335,7 +335,7 @@ Kirigami.ApplicationWindow {
}
function onGlobalErrorOccured(error, detail) {
showPassiveNotification(i18nc("%1: %2", error, detail));
showPassiveNotification(i18n("%1: %2", error, detail));
}
function onShowWindow() {