diff --git a/bigbluebutton-html5/imports/ui/components/nav-bar/leave-meeting-button/component.jsx b/bigbluebutton-html5/imports/ui/components/nav-bar/leave-meeting-button/component.jsx
index 1a751cbbe7..8d6a0b2fe1 100644
--- a/bigbluebutton-html5/imports/ui/components/nav-bar/leave-meeting-button/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/nav-bar/leave-meeting-button/component.jsx
@@ -25,8 +25,8 @@ const intlMessages = defineMessages({
description: 'Describes leave session option',
},
endMeetingLabel: {
- id: 'app.navBar.settingsDropdown.endMeetingLabel',
- description: 'End meeting options label',
+ id: 'app.navBar.settingsDropdown.endMeetingForAllLabel',
+ description: 'End meeting button label',
},
endMeetingDesc: {
id: 'app.navBar.settingsDropdown.endMeetingDesc',
diff --git a/bigbluebutton-html5/public/locales/en.json b/bigbluebutton-html5/public/locales/en.json
index 5ed2628abd..523a964888 100755
--- a/bigbluebutton-html5/public/locales/en.json
+++ b/bigbluebutton-html5/public/locales/en.json
@@ -456,6 +456,7 @@
"app.navBar.settingsDropdown.helpDesc": "Links user to video tutorials (opens new tab)",
"app.navBar.settingsDropdown.endMeetingDesc": "Terminates the current meeting",
"app.navBar.settingsDropdown.endMeetingLabel": "End meeting",
+ "app.navBar.settingsDropdown.endMeetingForAllLabel": "End meeting for all",
"app.navBar.userListToggleBtnLabel": "User list toggle",
"app.navBar.toggleUserList.ariaLabel": "Users and messages toggle",
"app.navBar.toggleUserList.newMessages": "with new message notification",