[Glitch] Add aria-label to column regions
Port 66dbb59aa1
to glitch-soc
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user