fix(device-selection): pass translation key into the translate function
This commit is contained in:
parent
17fc28b020
commit
03155c63ae
|
@ -96,7 +96,7 @@ class DeviceSelector extends Component {
|
|||
defaultSelected,
|
||||
isDisabled: this.props.isDisabled,
|
||||
items,
|
||||
placeholder: 'deviceSelection.selectADevice'
|
||||
placeholder: this.props.t('deviceSelection.selectADevice')
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue