Merge pull request #3302 from riking/fa-at

FEATURE: Use fa-at for mentioned notification
This commit is contained in:
Jeff Atwood 2015-03-27 14:12:47 -07:00
commit acc12ffed1

View File

@ -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>"