From 562ec4b97244038e1b5011bf5c43eb06ae5acdca Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Tue, 11 Oct 2022 08:32:14 +0200 Subject: Update german translations. --- qml/pages/ProfileEditor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml/pages') 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 -- cgit v1.2.3