Add aria-label to notifaction and user menus

Add aria-label to give a text equivalent for non-visual users.
This commit is contained in:
Ian Oxley
2018-11-23 22:18:02 +00:00
parent 5753d3e648
commit cf847cd1d8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template lang="pug">
menu-dropdown.item-notifications(:right="true", @toggled="handleOpenStatusChange", :openStatus="openStatus")
div(slot="dropdown-toggle")
div(v-b-tooltip.hover.bottom="$t('notifications')")
div(:aria-label="$t('notifications')", v-b-tooltip.hover.bottom="$t('notifications')")
message-count(
v-if='notificationsCount > 0',
:count="notificationsCount",