Browse Source

fix(device-selection): pass translation key into the translate function

master
Leonard Kim 8 years ago
parent
commit
03155c63ae
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/device-selection/components/DeviceSelector.js

+ 1
- 1
react/features/device-selection/components/DeviceSelector.js View File

@@ -96,7 +96,7 @@ class DeviceSelector extends Component {
96 96
             defaultSelected,
97 97
             isDisabled: this.props.isDisabled,
98 98
             items,
99
-            placeholder: 'deviceSelection.selectADevice'
99
+            placeholder: this.props.t('deviceSelection.selectADevice')
100 100
         });
101 101
     }
102 102
 

Loading…
Cancel
Save