aboutsummaryrefslogtreecommitdiff
path: root/qml/pages/ProfileEditor.qml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-11 08:32:14 +0200
committerAndreas Grois <andi@grois.info>2022-10-11 08:32:14 +0200
commit562ec4b97244038e1b5011bf5c43eb06ae5acdca (patch)
tree42425fe821dc90550ad0eb9cb76e701993de40f2 /qml/pages/ProfileEditor.qml
parent7165f670d47c7a06f80096bdcaf9d13722c804db (diff)
Update german translations.
Diffstat (limited to 'qml/pages/ProfileEditor.qml')
-rw-r--r--qml/pages/ProfileEditor.qml2
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