diff --git a/lang/main.json b/lang/main.json index f58a29899..c2b2e23f0 100644 --- a/lang/main.json +++ b/lang/main.json @@ -424,6 +424,7 @@ "speakerTime": "Speaker Time" }, "deviceSelection": { + "currentlyVideoMuted": "Video is currently muted", "deviceSettings": "Device settings", "noOtherDevices": "No other devices available", "selectADevice": "Select a device", diff --git a/react/features/device-selection/components/VideoInputPreview.js b/react/features/device-selection/components/VideoInputPreview.js index c9d495872..2b7eb5c14 100644 --- a/react/features/device-selection/components/VideoInputPreview.js +++ b/react/features/device-selection/components/VideoInputPreview.js @@ -81,7 +81,7 @@ class VideoInputPreview extends Component { className = 'video-input-preview-display flipVideoX' ref = { this._setVideoElement } />