quick fix: Isolation mode feature flag name udpate
This commit is contained in:
parent
457e116809
commit
380150b0f9
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ enum class FeatureFlags(
|
||||||
),
|
),
|
||||||
OnlySignedDeviceIsolationMode(
|
OnlySignedDeviceIsolationMode(
|
||||||
key = "feature.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." +
|
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." +
|
" 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.",
|
" You'll have to stop and re-open the app manually for that setting to take effect.",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue