Change label from grid to table (#315)

* Change accessibility example links

* change grid label
This commit is contained in:
Mathura MG 2017-03-01 17:12:20 -05:00 committed by Cassie Tarakajian
parent 113c23d1e9
commit 5982203b28
1 changed files with 2 additions and 2 deletions

View File

@ -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"