diff --git a/react/features/device-selection/components/DeviceSelector.js b/react/features/device-selection/components/DeviceSelector.js index c4f98dfe1..c82df9f2b 100644 --- a/react/features/device-selection/components/DeviceSelector.js +++ b/react/features/device-selection/components/DeviceSelector.js @@ -96,7 +96,7 @@ class DeviceSelector extends Component { defaultSelected, isDisabled: this.props.isDisabled, items, - placeholder: 'deviceSelection.selectADevice' + placeholder: this.props.t('deviceSelection.selectADevice') }); }