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
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
onChange={() => this.props.setTextOutput(2)}
|
onChange={() => this.props.setTextOutput(2)}
|
||||||
aria-label="grid output on"
|
aria-label="table text output on"
|
||||||
name="grid output"
|
name="table text output"
|
||||||
id="grid-output-on"
|
id="grid-output-on"
|
||||||
className="preference__radio-button"
|
className="preference__radio-button"
|
||||||
value="Grid On"
|
value="Grid On"
|
||||||
|
|
Loading…
Reference in a new issue