From d760993ee1ef7f6c8438512a0b48dca16d91d387 Mon Sep 17 00:00:00 2001 From: Andrew Nicolaou Date: Sat, 22 Aug 2020 11:32:20 +0100 Subject: [PATCH 1/2] Toolbar ARIA Labels --- client/modules/IDE/components/Toolbar.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/client/modules/IDE/components/Toolbar.jsx b/client/modules/IDE/components/Toolbar.jsx index 5a126b3534..c44c8d9cc0 100644 --- a/client/modules/IDE/components/Toolbar.jsx +++ b/client/modules/IDE/components/Toolbar.jsx @@ -86,7 +86,7 @@ class Toolbar extends React.Component { this.props.setTextOutput(true); this.props.setGridOutput(true); }} - aria-label="Play sketch" + aria-label={this.props.t('Toolbar.PlaySketchARIA')} disabled={this.props.infiniteLoop} >