From 136063bd37ed18b0665648fd9a961dc370a7597d Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 16 Jan 2026 05:29:13 +0200 Subject: [PATCH] Fix minor typo --- src/app/qml/SupportDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qml/SupportDialog.qml b/src/app/qml/SupportDialog.qml index 896f9ab95..0c17f62ee 100644 --- a/src/app/qml/SupportDialog.qml +++ b/src/app/qml/SupportDialog.qml @@ -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) }