diff options
| author | Andreas Grois <andi@grois.info> | 2022-10-11 08:32:14 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2022-10-11 08:32:14 +0200 |
| commit | 562ec4b97244038e1b5011bf5c43eb06ae5acdca (patch) | |
| tree | 42425fe821dc90550ad0eb9cb76e701993de40f2 /qml | |
| parent | 7165f670d47c7a06f80096bdcaf9d13722c804db (diff) | |
Update german translations.
Diffstat (limited to 'qml')
| -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 |
