Merge pull request #7135 from BobakOftadeh/update-webcam-label
Update webcam locked label
This commit is contained in:
commit
2a8860f120
@ -18,8 +18,8 @@ const intlMessages = defineMessages({
|
||||
id: 'app.video.videoButtonDesc',
|
||||
description: 'video button description',
|
||||
},
|
||||
videoDisabled: {
|
||||
id: 'app.video.videoDisabled',
|
||||
videoLocked: {
|
||||
id: 'app.video.videoLocked',
|
||||
description: 'video disabled label',
|
||||
},
|
||||
});
|
||||
@ -42,7 +42,7 @@ const JoinVideoButton = ({
|
||||
}) => (
|
||||
<Button
|
||||
label={isDisabled
|
||||
? intl.formatMessage(intlMessages.videoDisabled)
|
||||
? intl.formatMessage(intlMessages.videoLocked)
|
||||
: (isSharingVideo
|
||||
? intl.formatMessage(intlMessages.leaveVideo)
|
||||
: intl.formatMessage(intlMessages.joinVideo)
|
||||
|
@ -462,7 +462,7 @@
|
||||
"app.video.mediaFlowTimeout1020": "Error 1020: media could not reach the server",
|
||||
"app.video.swapCam": "Swap",
|
||||
"app.video.swapCamDesc": "swap the direction of webcams",
|
||||
"app.video.videoDisabled": "Webcam is disabled",
|
||||
"app.video.videoLocked": "Webcam sharing locked",
|
||||
"app.video.videoButtonDesc": "Join video button",
|
||||
"app.video.videoMenu": "Video menu",
|
||||
"app.video.videoMenuDisabled": "Video menu Webcam is disabled in settings",
|
||||
|
Loading…
Reference in New Issue
Block a user