We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041f1b4 commit 3259539Copy full SHA for 3259539
libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt
@@ -125,7 +125,7 @@ enum class FeatureFlags(
125
),
126
OnlySignedDeviceIsolationMode(
127
key = "feature.onlySignedDeviceIsolationMode",
128
- title = "Exclude not secure devices when sending/receiving messages",
+ title = "Exclude insecure devices when sending/receiving messages",
129
description = "This setting controls how end-to-end encryption (E2E) keys are shared." +
130
" Enabling it will prevent the inclusion of devices that have not been explicitly verified by their owners." +
131
" You'll have to stop and re-open the app manually for that setting to take effect.",
0 commit comments