Improve fallback ICE setting label

This commit is contained in:
J. Ryan Stinnett 2019-08-15 11:11:46 +01:00
parent d31f556c1f
commit 67b830c48d
2 changed files with 5 additions and 2 deletions

View file

@ -374,7 +374,10 @@ export const SETTINGS = {
},
"fallbackICEServerAllowed": {
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
displayName: _td("Allow fallback call assist server turn.matrix.org"),
displayName: _td(
"Allow fallback call assist server turn.matrix.org when your homeserver " +
"does not offer one (your IP address would be shared during a call)",
),
// This is a tri-state value, where `null` means "prompt the user".
default: null,
},