better tooltip on the dismiss link

This commit is contained in:
Neil Lalonde 2017-11-08 10:45:41 -05:00
parent b21d5d3633
commit 7134b11673
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ createWidget('user-menu-dismiss-link', {
action: 'dismissNotifications',
className: 'dismiss',
icon: 'check',
label: 'user.dismiss'
label: 'user.dismiss',
title: 'user.dismiss_notifications_tooltip'
})
)
);