Skip to content

Commit 3259539

Browse files
committed
quick fix: Isolation mode feature flag name udpate
1 parent 041f1b4 commit 3259539

File tree

1 file changed

+1
-1
lines changed
  • libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api

1 file changed

+1
-1
lines changed

libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ enum class FeatureFlags(
125125
),
126126
OnlySignedDeviceIsolationMode(
127127
key = "feature.onlySignedDeviceIsolationMode",
128-
title = "Exclude not secure devices when sending/receiving messages",
128+
title = "Exclude insecure devices when sending/receiving messages",
129129
description = "This setting controls how end-to-end encryption (E2E) keys are shared." +
130130
" Enabling it will prevent the inclusion of devices that have not been explicitly verified by their owners." +
131131
" You'll have to stop and re-open the app manually for that setting to take effect.",

0 commit comments

Comments
 (0)