Migrate more strings to translation keys (#11651)
This commit is contained in:
@@ -85,7 +85,7 @@ export default class MediaDeviceHandler extends EventEmitter {
|
||||
// with deviceId == the empty string: this is because Chrome gives us a device
|
||||
// with deviceId 'default', so we're looking for this, not the one we are adding.
|
||||
if (!devices.some((i) => i.deviceId === "default")) {
|
||||
devices.unshift({ deviceId: "", label: _t("Default Device") });
|
||||
devices.unshift({ deviceId: "", label: _t("voip|default_device") });
|
||||
return "";
|
||||
} else {
|
||||
return "default";
|
||||
|
||||
Reference in New Issue
Block a user