diff --git a/bigbluebutton-html5/imports/ui/components/user-list/user-list-content/user-participants/user-options/component.jsx b/bigbluebutton-html5/imports/ui/components/user-list/user-list-content/user-participants/user-options/component.jsx index 075e81ede0ae11d5a15b31308c5abc912729be56..1b85c41003cba17c6c9730a7a971c16d42ce2286 100755 --- a/bigbluebutton-html5/imports/ui/components/user-list/user-list-content/user-participants/user-options/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/user-list/user-list-content/user-participants/user-options/component.jsx @@ -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} diff --git a/bigbluebutton-html5/private/locales/en.json b/bigbluebutton-html5/private/locales/en.json index d0e0309a3c584da1a74d584d5b5eb2c36c08f022..c6bae1360a16683f9f6e553d2cea48e742bab0e2 100755 --- a/bigbluebutton-html5/private/locales/en.json +++ b/bigbluebutton-html5/private/locales/en.json @@ -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",