UX: user name instead username for profile link title

This commit is contained in:
Arpit Jalan 2020-05-21 14:02:12 +05:30
parent 3c9212fd88
commit 18959ff9da
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ createWidget(
{
attributes: {
href: attrs.user.get("path"),
title: attrs.user.get("username"),
title: attrs.user.get("name"),
"data-auto-route": true
}
},