Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
Carl Schwan
2024-04-22 14:58:44 +00:00
committed by James Graham
parent 1eb622165b
commit 95376c2ccc

View File

@@ -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 {