Skip to content

Commit

Permalink
Merge pull request #19694 from ramonlsouza/missing-intl
Browse files Browse the repository at this point in the history
fix: missing internationalization warnings
  • Loading branch information
ramonlsouza committed Feb 28, 2024
2 parents d7d5165 + 42bf163 commit 3fbcc5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ const intlMessages = defineMessages({
description: 'Leave session button label',
},
leaveSessionDesc: {
id: 'app.navBar.settingsDropdown.leaveSessionDesc',
id: 'app.navBar.optionsDropdown.leaveSessionDesc',
description: 'Describes leave session option',
},
endMeetingLabel: {
id: 'app.navBar.optionsDropdown.endMeetingForAllLabel',
description: 'End meeting button label',
},
endMeetingDesc: {
id: 'app.navBar.settingsDropdown.endMeetingDesc',
id: 'app.navBar.optionsDropdown.endMeetingDesc',
description: 'Describes settings option closing the current meeting',
},
});
Expand Down
1 change: 1 addition & 0 deletions bigbluebutton-html5/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@
"app.muteWarning.disableMessage": "Mute alerts disabled until unmute",
"app.muteWarning.tooltip": "Click to close and disable warning until next unmute",
"app.navBar.leaveMeetingBtnLabel": "Leave",
"app.navBar.leaveMeetingBtnDesc": "Leave the meeting",
"app.navBar.optionsDropdown.optionsLabel": "Options",
"app.navBar.optionsDropdown.fullscreenLabel": "Fullscreen Application",
"app.navBar.optionsDropdown.settingsLabel": "Settings",
Expand Down

0 comments on commit 3fbcc5d

Please sign in to comment.