From 8090aadb0e4937aee5bcc8a4e075350961fca42c Mon Sep 17 00:00:00 2001
From: Stefan Parviainen <pafcu@iki.fi>
Date: Fri, 17 Nov 2017 14:33:39 +0100
Subject: [PATCH] Add aria-labels to ActionButtons

Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
---
 src/components/views/elements/ActionButton.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/views/elements/ActionButton.js b/src/components/views/elements/ActionButton.js
index cfd31fe213..e494c216de 100644
--- a/src/components/views/elements/ActionButton.js
+++ b/src/components/views/elements/ActionButton.js
@@ -77,6 +77,7 @@ export default React.createClass({
                 onClick={this._onClick}
                 onMouseEnter={this._onMouseEnter}
                 onMouseLeave={this._onMouseLeave}
+                aria-label={this.props.label}
             >
                 <TintableSvg src={this.props.iconPath} width={this.props.size} height={this.props.size} />
                 { tooltip }