Add title attribute for app navigation items.

Fix: #11923
This commit is contained in:
Aastha Gupta 2018-10-28 11:28:24 +05:30 committed by Roeland Jago Douma
parent 61ee72a89d
commit 4658d69e64
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ export default {
// group name
item.text = group.name;
item.title = group.name;
// users count for all groups
if (group.usercount - group.disabled > 0 || group.usercount === -1) {