Fix intl descriptions
This commit is contained in:
parent
76bcdbc7dd
commit
420a6669f0
@ -3,25 +3,24 @@ import { defineMessages, injectIntl } from 'react-intl';
|
|||||||
import { notify } from '/imports/ui/services/notification';
|
import { notify } from '/imports/ui/services/notification';
|
||||||
import Button from '/imports/ui/components/button/component';
|
import Button from '/imports/ui/components/button/component';
|
||||||
import { toast } from 'react-toastify';
|
import { toast } from 'react-toastify';
|
||||||
import _ from 'lodash';
|
|
||||||
import { styles } from './styles';
|
import { styles } from './styles';
|
||||||
|
|
||||||
const intlMessages = defineMessages({
|
const intlMessages = defineMessages({
|
||||||
suggestLockTitle: {
|
suggestLockTitle: {
|
||||||
id: 'app.video.suggestWebcamLock',
|
id: 'app.video.suggestWebcamLock',
|
||||||
description: 'Error message for ice candidate fail',
|
description: 'Label for notification title',
|
||||||
},
|
},
|
||||||
suggestLockReason: {
|
suggestLockReason: {
|
||||||
id: 'app.video.suggestWebcamLockReason',
|
id: 'app.video.suggestWebcamLockReason',
|
||||||
description: 'Error message for ice candidate fail',
|
description: 'Reason for activate the webcams\'s lock',
|
||||||
},
|
},
|
||||||
enable: {
|
enable: {
|
||||||
id: 'app.video.enable',
|
id: 'app.video.enable',
|
||||||
description: 'Error message for ice candidate fail',
|
description: 'Enable button label',
|
||||||
},
|
},
|
||||||
cancel: {
|
cancel: {
|
||||||
id: 'app.video.cancel',
|
id: 'app.video.cancel',
|
||||||
description: 'Error message for ice candidate fail',
|
description: 'Cancel button label',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user