소스 검색

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…
취소
저장