Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit 95376c2ccc)
This commit is contained in:
committed by
Tobias Fella
parent
4097addae9
commit
714ea8413c
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user