Use " in all i18n functions instead of '
This commit is contained in:
@@ -16,7 +16,7 @@ Kirigami.ScrollablePage {
|
||||
|
||||
property var room
|
||||
|
||||
title: i18n('Security')
|
||||
title: i18n("Security")
|
||||
|
||||
ColumnLayout {
|
||||
Kirigami.FormLayout {
|
||||
|
||||
Reference in New Issue
Block a user