Migrate more strings to translation keys (#11651)
This commit is contained in:
@@ -77,7 +77,7 @@ export const useAudioDeviceSelection = (
|
||||
|
||||
return {
|
||||
currentDevice: state.device,
|
||||
currentDeviceLabel: state.device?.label || _t("Default Device"),
|
||||
currentDeviceLabel: state.device?.label || _t("voip|default_device"),
|
||||
devices: state.devices,
|
||||
setDevice,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user