Altered lock viewers label

This commit is contained in:
Bobak Oftadeh 2018-10-04 15:16:09 -07:00
parent f4a6947313
commit e5ae59908c
2 changed files with 6 additions and 6 deletions

View File

@ -33,11 +33,11 @@ const intlMessages = defineMessages({
},
lockViewersLabel: {
id: 'app.userList.userOptions.lockViewersLabel',
description: 'Lock all label',
description: 'Lock viewers label',
},
lockViewersDesc: {
id: 'app.userList.userOptions.lockViewersDesc',
description: 'Lock all description',
description: 'Lock viewers description',
},
muteAllExceptPresenterLabel: {
id: 'app.userList.userOptions.muteAllExceptPresenterLabel',
@ -74,14 +74,14 @@ class UserOptions extends Component {
/>),
(<DropdownListItem
key={_.uniqueId('list-item-')}
icon="mute filled"
icon="mute"
label={intl.formatMessage(intlMessages.muteAllLabel)}
description={intl.formatMessage(intlMessages.muteAllDesc)}
onClick={this.props.toggleMuteAllUsers}
/>),
(<DropdownListItem
key={_.uniqueId('list-item-')}
icon="mute filled"
icon="mute"
label={intl.formatMessage(intlMessages.muteAllExceptPresenterLabel)}
description={intl.formatMessage(intlMessages.muteAllExceptPresenterDesc)}
onClick={this.props.toggleMuteAllUsersExceptPresenter}

View File

@ -45,9 +45,9 @@
"app.userList.userOptions.clearAllLabel": "Clear all status icons",
"app.userList.userOptions.clearAllDesc": "Clears all status icons from users",
"app.userList.userOptions.muteAllExceptPresenterLabel": "Mute all users except presenter",
"app.userList.userOptions.muteAllExceptPresenterDesc": "Mutes all users in the meeting except the presenter",
"app.userList.userOptions.muteAllExceptPresenterDesc": "Mute all users in the meeting except the presenter",
"app.userList.userOptions.lockViewersLabel": "Lock viewers",
"app.userList.userOptions.lockViewersDesc": "Lock's users in meeting",
"app.userList.userOptions.lockViewersDesc": "Lock certain functionalities for attendees of the meeting",
"app.media.label": "Media",
"app.media.screenshare.start": "Screenshare has started",
"app.media.screenshare.end": "Screenshare has ended",