diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-08-28 12:01:04 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-08-31 19:49:29 +0200 |
commit | d8fbd74c47de3148d6693b5cb15e7e868f72448e (patch) | |
tree | 2a0548edd7d470487798b4d3c0286579882e75ed /app/javascript/flavours/glitch/features/notifications | |
parent | c6942a528332e99b605efa95ffa1c710324d368c (diff) |
[Glitch] Add aria-label to column regions
Port 66dbb59aa16981643e3bfa3f94d441bc3166eab3 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/features/notifications')
-rw-r--r-- | app/javascript/flavours/glitch/features/notifications/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/notifications/index.js b/app/javascript/flavours/glitch/features/notifications/index.js index 266d6807d..4c05b24fe 100644 --- a/app/javascript/flavours/glitch/features/notifications/index.js +++ b/app/javascript/flavours/glitch/features/notifications/index.js @@ -179,6 +179,7 @@ export default class Notifications extends React.PureComponent { ref={this.setColumnRef} name='notifications' extraClasses={this.props.notifCleaningActive ? 'notif-cleaning' : null} + label={intl.formatMessage(messages.title)} > <ColumnHeader icon='bell' |