1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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}