From 64f7aa64a37d6a230f2dd10459c27559817c1c82 Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 1 Oct 2024 14:31:57 +0200 Subject: [PATCH] quick fix: Isolation mode feature flag name udpate --- .../element/android/libraries/featureflag/api/FeatureFlags.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt b/libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt index e1507044ae..3f2e1b389b 100644 --- a/libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt +++ b/libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt @@ -125,7 +125,7 @@ enum class FeatureFlags( ), OnlySignedDeviceIsolationMode( key = "feature.onlySignedDeviceIsolationMode", - title = "Exclude not secure devices when sending/receiving messages", + title = "Exclude insecure devices when sending/receiving messages", description = "This setting controls how end-to-end encryption (E2E) keys are shared." + " Enabling it will prevent the inclusion of devices that have not been explicitly verified by their owners." + " You'll have to stop and re-open the app manually for that setting to take effect.",