mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:46:11 +08:00
FEATURE: Use fa-at for mentioned notification
This commit is contained in:
parent
44740a379f
commit
0b98b7da60
|
@ -778,7 +778,7 @@ en:
|
|||
none: "Unable to load notifications at this time."
|
||||
more: "view older notifications"
|
||||
total_flagged: "total flagged posts"
|
||||
mentioned: "<i title='mentioned' class='icon'>@</i><p><span>{{username}}</span> {{description}}</p>"
|
||||
mentioned: "<i title='mentioned' class='fa fa-at'></i><p><span>{{username}}</span> {{description}}</p>"
|
||||
quoted: "<i title='quoted' class='fa fa-quote-right'></i><p><span>{{username}}</span> {{description}}</p>"
|
||||
replied: "<i title='replied' class='fa fa-reply'></i><p><span>{{username}}</span> {{description}}</p>"
|
||||
posted: "<i title='replied' class='fa fa-reply'></i><p><span>{{username}}</span> {{description}}</p>"
|
||||
|
|
Loading…
Reference in New Issue
Block a user