瀏覽代碼

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

master
Leonard Kim 8 年之前
父節點
當前提交
03155c63ae
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      react/features/device-selection/components/DeviceSelector.js

+ 1
- 1
react/features/device-selection/components/DeviceSelector.js 查看文件

@@ -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…
取消
儲存