This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -966,7 +966,7 @@ module.exports = React.createClass({
966
966
}
967
967
968
968
microphoneDropdown = < div >
969
- < h4 > Microphone</ h4 >
969
+ < h4 > { _t ( ' Microphone' ) } </ h4 >
970
970
< Dropdown
971
971
className = "mx_UserSettings_webRtcDevices_dropdown"
972
972
value = { this . state . activeAudioInput || defaultInput }
@@ -986,7 +986,7 @@ module.exports = React.createClass({
986
986
}
987
987
988
988
webcamDropdown = < div >
989
- < h4 > Cameras </ h4 >
989
+ < h4 > { _t ( 'Camera' ) } </ h4 >
990
990
< Dropdown
991
991
className = "mx_UserSettings_webRtcDevices_dropdown"
992
992
value = { this . state . activeVideoInput || defaultInput }
Original file line number Diff line number Diff line change 136
136
"No media permissions" : " No media permissions" ,
137
137
"You may need to manually permit Riot to access your microphone/webcam" : " You may need to manually permit Riot to access your microphone/webcam" ,
138
138
"Default Device" : " Default Device" ,
139
+ "Microphone" : " Microphone" ,
140
+ "Camera" : " Camera" ,
139
141
"Advanced" : " Advanced" ,
140
142
"Algorithm" : " Algorithm" ,
141
143
"Always show message timestamps" : " Always show message timestamps" ,
You can’t perform that action at this time.
0 commit comments