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.
This commit is contained in:
Joshua Goins
2025-07-16 18:11:08 -04:00
parent bf4f6f5728
commit e757331dce

View File

@@ -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 <interface>Security & Safety</interface> settings.")
wrapMode: Text.WordWrap
// + 5 to prevent it from wrapping unnecessarily