From 513496cf85da94482b1d1387664d719a4e032be0 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 6 Feb 2026 13:56:26 +0100 Subject: [PATCH] Add translation context --- src/app/qml/ReasonDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qml/ReasonDialog.qml b/src/app/qml/ReasonDialog.qml index 8d8a52c7f..8b9098a89 100644 --- a/src/app/qml/ReasonDialog.qml +++ b/src/app/qml/ReasonDialog.qml @@ -30,7 +30,7 @@ Kirigami.Page { type: Kirigami.MessageType.Information position: Kirigami.InlineMessage.Position.Header - text: xi18n("This report will only be sent to the administrators of %1 (your server).", root.connection.domain) + text: xi18nc("@info", "This report will only be sent to the administrators of %1 (your server).", root.connection.domain) } QQC2.TextArea {