Add i18n()

This commit is contained in:
Yuri Chornoivan 2021-10-30 22:49:28 +03:00
parent 5882781a9f
commit 8f5b3c0aa6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Kirigami.InlineMessage {
actions: [
Kirigami.Action {
icon.name: "error"
text: "Show Error Log"
text: i18n("Show Error Log")
onTriggered: errorOverlay.open()
}
]