Merge pull request #7262 from bocoup/issue-7260

Fix gh-7260: The select element on the `/explore` page needs proper aria labeling
This commit is contained in:
cori hudson 2022-12-20 09:40:34 -05:00 committed by GitHub
commit f29831bfb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
{
"general.status": "Filter Projects",
"general.languageChooser": "Select Language",
"general.accountSettings": "Account settings",
"general.about": "About",

View file

@ -175,6 +175,7 @@ class Explore extends React.Component {
</SubNavigation>
<Form className="sort-mode">
<Select
aria-label={this.props.intl.formatMessage({id: 'general.status'})}
name="sort"
options={[
{