Skip to content

Commit

Permalink
Remove aria-describedby
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Apr 24, 2023
1 parent 3f54f32 commit ddc4ba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/format-library/src/language/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const Edit = ( props ) => {
label={ title }
value={ lang }
onChange={ ( val ) => setLang( val ) }
aria-describedby={ `language-selector-describe-${ contentRef.current.id }` }
help={ __(
'A valid language attribute, like "en" or "fr".'
) }
Expand Down

0 comments on commit ddc4ba3

Please sign in to comment.