Change label from grid to table (#315)
* Change accessibility example links * change grid label
This commit is contained in:
parent
113c23d1e9
commit
5982203b28
1 changed files with 2 additions and 2 deletions
|
@ -274,8 +274,8 @@ class Preferences extends React.Component {
|
|||
<input
|
||||
type="radio"
|
||||
onChange={() => this.props.setTextOutput(2)}
|
||||
aria-label="grid output on"
|
||||
name="grid output"
|
||||
aria-label="table text output on"
|
||||
name="table text output"
|
||||
id="grid-output-on"
|
||||
className="preference__radio-button"
|
||||
value="Grid On"
|
||||
|
|
Loading…
Reference in a new issue