mirror of
https://github.com/discourse/discourse.git
synced 2025-05-18 04:13:13 +08:00
UX: user name instead username for profile link title
This commit is contained in:
parent
3c9212fd88
commit
18959ff9da
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user