Add aria label for select element

This commit is contained in:
Paul Clue 2022-11-29 11:53:04 -05:00
parent 75de066dc6
commit c514086a89
2 changed files with 2 additions and 0 deletions

View file

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

View file

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