extend settings help item aria-description / add right icon

This commit is contained in:
KDSBrowne 2019-05-01 19:38:55 +00:00
parent 153dd78b59
commit efef533c20
2 changed files with 2 additions and 1 deletions

View File

@ -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}`)}

View File

@ -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",