i18 missed things

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-06-02 00:27:20 +01:00
parent 0bafd6458a
commit 6b4daf02a9
2 changed files with 4 additions and 2 deletions

View file

@ -966,7 +966,7 @@ module.exports = React.createClass({
}
microphoneDropdown = <div>
<h4>Microphone</h4>
<h4>{_t('Microphone')}</h4>
<Dropdown
className="mx_UserSettings_webRtcDevices_dropdown"
value={this.state.activeAudioInput || defaultInput}
@ -986,7 +986,7 @@ module.exports = React.createClass({
}
webcamDropdown = <div>
<h4>Cameras</h4>
<h4>{_t('Camera')}</h4>
<Dropdown
className="mx_UserSettings_webRtcDevices_dropdown"
value={this.state.activeVideoInput || defaultInput}