Merge pull request #7135 from BobakOftadeh/update-webcam-label

Update webcam locked label
This commit is contained in:
Anton Georgiev 2019-04-08 18:38:18 -04:00 committed by GitHub
commit 2a8860f120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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",