mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-15 12:12:57 +00:00
review
This commit is contained in:
@@ -46,7 +46,7 @@ export function mediaDeviceLabelToString(
|
||||
labelText =
|
||||
label.name === null
|
||||
? t("settings.devices.default")
|
||||
: t("settings.devices.default") + " (" + label.name + ")";
|
||||
: t("settings.devices.default_named", { name: label.name });
|
||||
break;
|
||||
case "speaker":
|
||||
labelText = t("settings.devices.loudspeaker");
|
||||
|
||||
Reference in New Issue
Block a user