mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
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:
commit
f29831bfb0
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"general.status": "Filter Projects",
|
||||
"general.languageChooser": "Select Language",
|
||||
"general.accountSettings": "Account settings",
|
||||
"general.about": "About",
|
||||
|
|
|
@ -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