UX: user name instead username for profile link title
This commit is contained in:
parent
3c9212fd88
commit
18959ff9da
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue