From 5982203b28e8a6d08ba2ca366785345ed99defaf Mon Sep 17 00:00:00 2001 From: Mathura MG Date: Wed, 1 Mar 2017 17:12:20 -0500 Subject: [PATCH] Change label from grid to table (#315) * Change accessibility example links * change grid label --- client/modules/IDE/components/Preferences.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/modules/IDE/components/Preferences.jsx b/client/modules/IDE/components/Preferences.jsx index 370077fa..cb549a13 100644 --- a/client/modules/IDE/components/Preferences.jsx +++ b/client/modules/IDE/components/Preferences.jsx @@ -274,8 +274,8 @@ class Preferences extends React.Component { 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"