mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(device-selection): pass translation key into the translate function
This commit is contained in:
@@ -96,7 +96,7 @@ class DeviceSelector extends Component {
|
||||
defaultSelected,
|
||||
isDisabled: this.props.isDisabled,
|
||||
items,
|
||||
placeholder: 'deviceSelection.selectADevice'
|
||||
placeholder: this.props.t('deviceSelection.selectADevice')
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user