From 03155c63ae07751daf866ed30c8fc54834b355a1 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Fri, 21 Apr 2017 08:58:34 -0700 Subject: [PATCH] fix(device-selection): pass translation key into the translate function --- react/features/device-selection/components/DeviceSelector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }); }