From 55de838a55b2d5059c4ce0571604c8f45d912a9c Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 26 Jul 2024 08:36:41 +0300 Subject: [PATCH] Fix minor typo --- src/settings/NeoChatSecurityPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/NeoChatSecurityPage.qml b/src/settings/NeoChatSecurityPage.qml index 8fa5a72ec..ca5ed65be 100644 --- a/src/settings/NeoChatSecurityPage.qml +++ b/src/settings/NeoChatSecurityPage.qml @@ -22,7 +22,7 @@ FormCard.FormCardPage { FormCard.FormCard { FormCard.FormCheckDelegate { text: i18nc("@option:check", "Reject invitations from unknown users") - description: connection.canCheckMutualRooms ? i18n("If enabled, NeoChat will reject invitations from from users you don't share a room with.") : i18n("Your server does not support this setting.") + description: connection.canCheckMutualRooms ? i18n("If enabled, NeoChat will reject invitations from users you don't share a room with.") : i18n("Your server does not support this setting.") checked: Config.rejectUnknownInvites enabled: !Config.isRejectUnknownInvitesImmutable && connection.canCheckMutualRooms onToggled: {