diff options
Diffstat (limited to 'qml/pages')
| -rw-r--r-- | qml/pages/ProfileEditor.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/pages/ProfileEditor.qml b/qml/pages/ProfileEditor.qml index d3b8f24..ee25d47 100644 --- a/qml/pages/ProfileEditor.qml +++ b/qml/pages/ProfileEditor.qml @@ -124,7 +124,7 @@ Dialog { } TextSwitch { id: subdomainField - text: qsTr("Subomain(s)") + text: qsTr("Subdomain(s)") description: qsTr("Include URL subdomain(s) (e.g. \"www.\")") palette.highlightColor : down || urlPartsColumn.anySelected ? Theme.highlightColor : Theme.errorColor highlighted: down || !urlPartsColumn.anySelected |
