mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00: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: {
|
||||
href: attrs.user.get("path"),
|
||||
title: attrs.user.get("username"),
|
||||
title: attrs.user.get("name"),
|
||||
"data-auto-route": true
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user