extend settings help item aria-description / add right icon
This commit is contained in:
parent
153dd78b59
commit
efef533c20
@ -199,6 +199,7 @@ class SettingsDropdown extends PureComponent {
|
||||
<DropdownListItem
|
||||
key="list-item-help"
|
||||
icon="help"
|
||||
iconRight="rooms"
|
||||
label={intl.formatMessage(intlMessages.helpLabel)}
|
||||
description={intl.formatMessage(intlMessages.helpDesc)}
|
||||
onClick={() => window.open(`${helpLink}`)}
|
||||
|
@ -179,7 +179,7 @@
|
||||
"app.navBar.settingsDropdown.hotkeysLabel": "Keyboard shortcuts",
|
||||
"app.navBar.settingsDropdown.hotkeysDesc": "Listing of available keyboard shortcuts",
|
||||
"app.navBar.settingsDropdown.helpLabel": "Help",
|
||||
"app.navBar.settingsDropdown.helpDesc": "Links user to video tutorials",
|
||||
"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.userListToggleBtnLabel": "User list toggle",
|
||||
|
Loading…
Reference in New Issue
Block a user