Use " in all i18n functions instead of '
This commit is contained in:
@@ -47,7 +47,7 @@ Kirigami.ScrollablePage {
|
||||
onTriggered: pageSettingStack.pushDialogLayer(Qt.resolvedUrl('./AccountEditorPage.qml'), {
|
||||
connection: model.connection
|
||||
}, {
|
||||
title: i18n('Account editor')
|
||||
title: i18n("Account editor")
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user