Altered lock viewers label
This commit is contained in:
parent
f4a6947313
commit
e5ae59908c
@ -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}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user