UX: Change `posted` notification icon to `discourse-bell-exclamation` (#18217)
This PR changes the icon for `posted` notification types (these are the notifications that you receive when someone posts in a topic you're watching) from `reply` to `discourse-bell-exclamation`. We're doing this to visually distinguish between the `posted` notifications and `replied` notifications which are the notifications that you receive when someone replies to you directly. Internal topic: t72835.
This commit is contained in:
parent
725b585a43
commit
aeee7ed03d
|
@ -27,7 +27,7 @@ const REPLACEMENTS = {
|
|||
"notification.group_mentioned": "users",
|
||||
"notification.quoted": "quote-right",
|
||||
"notification.replied": "reply",
|
||||
"notification.posted": "reply",
|
||||
"notification.posted": "discourse-bell-exclamation",
|
||||
"notification.edited": "pencil-alt",
|
||||
"notification.bookmark_reminder": "discourse-bookmark-clock",
|
||||
"notification.liked": "heart",
|
||||
|
|
Loading…
Reference in New Issue