diff --git a/src/app/qml/InvitationView.qml b/src/app/qml/InvitationView.qml index aab6b12df..d541652af 100644 --- a/src/app/qml/InvitationView.qml +++ b/src/app/qml/InvitationView.qml @@ -175,7 +175,7 @@ ColumnLayout { QQC2.Label { color: Kirigami.Theme.disabledTextColor - text: i18nc("@info:label", "You can reject invitations from unknown users under Security settings.") + text: xi18nc("@info:label Ensure you are referring to the same translation used for that settings page", "You can reject invitations from unknown users under the Security & Safety settings.") wrapMode: Text.WordWrap // + 5 to prevent it from wrapping unnecessarily