add and use label endMeetingForAll in dropdown of leave meeting button

This commit is contained in:
Jan Kessler 2023-11-30 15:40:36 +01:00
parent 283a029e6c
commit c88c23302e
2 changed files with 3 additions and 2 deletions

View File

@ -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',

View File

@ -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",