diff --git a/plugins/Pass/pass.cpp b/plugins/Pass/pass.cpp index 3e86916..647b024 100644 --- a/plugins/Pass/pass.cpp +++ b/plugins/Pass/pass.cpp @@ -140,7 +140,7 @@ void Pass::slotDeletePasswordStoreResult(bool err) { if (err) { qInfo() << "[Pass] Delete Password Store Failed"; - emit deletePasswordStoreFailed(static_cast(ErrorCodeRmFile::Error), "Failed to delete password store"); + emit deletePasswordStoreFailed(static_cast(ErrorCode::Error), "Failed to delete password store"); } else { qInfo() << "[Pass] Delete Password Store Succeed"; this->initPasswordStore(); // reinit an empty password-store diff --git a/po/utpass.qrouland.pot b/po/utpass.qrouland.pot index c88d6e9..278d7bc 100644 --- a/po/utpass.qrouland.pot +++ b/po/utpass.qrouland.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: utpass.qrouland\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-03-12 16:37+0100\n" +"POT-Creation-Date: 2025-03-14 10:08+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"