From 4cbd4a034c17ddf675029b21f328b4380fad1dad Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 7 Sep 2025 11:50:47 +0200 Subject: [PATCH] Remove incorrect context for "Always allow device verification" --- src/devtools/DebugOptions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devtools/DebugOptions.qml b/src/devtools/DebugOptions.qml index e20b0a24a..e46a6c297 100644 --- a/src/devtools/DebugOptions.qml +++ b/src/devtools/DebugOptions.qml @@ -29,7 +29,7 @@ FormCard.FormCard { } FormCard.FormCheckDelegate { id: roomAccountDataVisibleCheck - text: i18nc("@option:check Enable the matrix 'threads' feature", "Always allow device verification") + text: i18nc("@option:check", "Always allow device verification") description: i18n("Allow the user to start a verification session with devices that were already verified") checked: NeoChatConfig.alwaysVerifyDevice