mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Add aria label for select element
This commit is contained in:
parent
75de066dc6
commit
c514086a89
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"general.status": "Filter Projects",
|
||||
"general.accountSettings": "Account settings",
|
||||
"general.about": "About",
|
||||
"general.aboutScratch": "About Scratch",
|
||||
|
|
|
@ -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={[
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue