From abcc0d7c140511fdb52ea35de7d6b38eb968a970 Mon Sep 17 00:00:00 2001 From: Pedro Beschorner Marin Date: Sat, 29 Jan 2022 14:35:42 -0300 Subject: [PATCH] refactor(main): user list label 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. --- config/label/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/label/main.js b/config/label/main.js index 2f4f0c4..9bbaf37 100644 --- a/config/label/main.js +++ b/config/label/main.js @@ -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', },