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 {