diff --git a/src/qml/ErrorNotification.qml b/src/qml/ErrorNotification.qml index c58b0ea5..75b0d040 100644 --- a/src/qml/ErrorNotification.qml +++ b/src/qml/ErrorNotification.qml @@ -27,7 +27,7 @@ Kirigami.InlineMessage { actions: [ Kirigami.Action { icon.name: "error" - text: "Show Error Log" + text: i18n("Show Error Log") onTriggered: errorOverlay.open() } ]