Merge pull request #15817 from JoVictorNunes/fix-breakout-locale-Oct-10
fix(locale): add localization for `Manage users` label
This commit is contained in:
commit
c9380f8460
@ -17,7 +17,6 @@ const intlMessages = defineMessages({
|
||||
manageUsers: {
|
||||
id: 'app.breakout.dropdown.manageUsers',
|
||||
description: 'Manage users label',
|
||||
defaultMessage: 'Manage Users',
|
||||
},
|
||||
destroy: {
|
||||
id: 'app.breakout.dropdown.destroyAll',
|
||||
|
@ -554,6 +554,7 @@
|
||||
"app.breakout.dropdown.manageDuration": "Change duration",
|
||||
"app.breakout.dropdown.destroyAll": "End breakout rooms",
|
||||
"app.breakout.dropdown.options": "Breakout Options",
|
||||
"app.breakout.dropdown.manageUsers": "Manage users",
|
||||
"app.calculatingBreakoutTimeRemaining": "Calculating remaining time ...",
|
||||
"app.audioModal.ariaTitle": "Join audio modal",
|
||||
"app.audioModal.microphoneLabel": "Microphone",
|
||||
|
Loading…
Reference in New Issue
Block a user