diff --git a/bigbluebutton-html5/imports/ui/components/nav-bar/settings-dropdown/component.jsx b/bigbluebutton-html5/imports/ui/components/nav-bar/settings-dropdown/component.jsx index da7127fd48..a204acd877 100644 --- a/bigbluebutton-html5/imports/ui/components/nav-bar/settings-dropdown/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/nav-bar/settings-dropdown/component.jsx @@ -85,8 +85,8 @@ const intlMessages = defineMessages({ id: 'app.navBar.settingsDropdown.helpDesc', description: 'Describes help option', }, - endMeetingLabel: { - id: 'app.navBar.settingsDropdown.endMeetingLabel', + endMeetingForAllLabel: { + id: 'app.navBar.settingsDropdown.endMeetingForAllLabel', description: 'End meeting options label', }, endMeetingDesc: { @@ -361,8 +361,8 @@ class SettingsDropdown extends PureComponent { this.menuItems.push( { key: 'list-item-end-meeting', - icon: 'application', - label: intl.formatMessage(intlMessages.endMeetingLabel), + icon: 'close', + label: intl.formatMessage(intlMessages.endMeetingForAllLabel), description: intl.formatMessage(intlMessages.endMeetingDesc), customStyles, onClick: () => this.setEndMeetingConfirmationModalIsOpen(true),