From e757331dcedd3671d53596e63885f8618a407dc5 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 16 Jul 2025 18:11:08 -0400 Subject: [PATCH] Fix reference to Security & Safety settings on the invite screen It's now called "Security & Safety", not just "Security". I also added a note for translators to ensure they keep their strings consistent here. --- src/app/qml/InvitationView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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