From 95376c2ccc430d5fce20848ac9b3cf46dfd0e9b5 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 22 Apr 2024 14:58:44 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Carl Schwan --- src/qml/UserInfo.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {