Skip to content

Commit

Permalink
Fix accessibiliy issue in LocaleOptions in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 10, 2017
1 parent d974e6f commit 98c211e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/LocaleOptions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default class LocaleOptions extends Component {
const { locale } = this.props;

return (
<fieldset id="detailoptions">
<legend htmlFor="viewoptions">Locale</legend>
<fieldset id="localeOptions">
<legend htmlFor="localeOptions">Locale</legend>

<div>
<input
Expand Down

0 comments on commit 98c211e

Please sign in to comment.