Improve fallback ICE setting label
This commit is contained in:
parent
d31f556c1f
commit
67b830c48d
2 changed files with 5 additions and 2 deletions
|
@ -359,7 +359,7 @@
|
|||
"Show recently visited rooms above the room list": "Show recently visited rooms above the room list",
|
||||
"Show hidden events in timeline": "Show hidden events in timeline",
|
||||
"Low bandwidth mode": "Low bandwidth mode",
|
||||
"Allow fallback call assist server turn.matrix.org": "Allow fallback call assist server turn.matrix.org",
|
||||
"Allow fallback call assist server turn.matrix.org when your homeserver does not offer one (your IP address would be shared during a call)": "Allow fallback call assist server turn.matrix.org when your homeserver does not offer one (your IP address would be shared during a call)",
|
||||
"Collecting app version information": "Collecting app version information",
|
||||
"Collecting logs": "Collecting logs",
|
||||
"Uploading report": "Uploading report",
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue