Fix minor typo

This commit is contained in:
Yuri Chornoivan
2026-01-16 05:29:13 +02:00
parent 730a9e97fd
commit 136063bd37

View File

@@ -30,7 +30,7 @@ Kirigami.Dialog {
id: explanationTextDelegate
text: root.hasSupportResources ?
i18nc("@info:label %1 is the domain of the server", "Offical support resources provided by %1:", root.connection.domain)
i18nc("@info:label %1 is the domain of the server", "Official support resources provided by %1:", root.connection.domain)
: i18nc("@info:label %1 is the domain of the server", "%1 has no support resources.", root.connection.domain)
}