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

View File

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