Skip to content

Commit

Permalink
refactor(main): user list label
Browse files Browse the repository at this point in the history
Change user list label to use the public chat label since BigBlueButton
is not including it as an aria-label anymore. Although there is an
`Users list` being set as aria-label but I did not find it at the locales.
  • Loading branch information
pedrobmarin committed Jan 29, 2022
1 parent 8784864 commit abcc0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/label/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
panel: {
name: 'app.userList.label',
name: 'app.chat.titlePublic',
open: 'app.navBar.toggleUserList.ariaLabel',
close: 'app.navBar.toggleUserList.ariaLabel',
},
Expand Down

0 comments on commit abcc0d7

Please sign in to comment.