diff --git a/src/qml/UserInfo.qml b/src/qml/UserInfo.qml index 7236f9e47..2c00415d5 100644 --- a/src/qml/UserInfo.qml +++ b/src/qml/UserInfo.qml @@ -49,7 +49,7 @@ RowLayout { onClicked: pageStack.pushDialogLayer(Qt.createComponent('org.kde.neochat.settings', 'AccountEditorPage'), { connection: root.connection }, { - title: i18n("Account editor") + title: i18nc("@title:window", "Account editor") }); TapHandler {