FIX: Add missing notification title (#306)
This commit is contained in:
parent
a52d2a8228
commit
099845ffbd
|
|
@ -837,10 +837,7 @@ function initialize(api) {
|
|||
}
|
||||
});
|
||||
|
||||
api.replaceIcon(
|
||||
"notification.discourse_assign.assign_notification",
|
||||
"user-plus"
|
||||
);
|
||||
api.replaceIcon("notification.assigned", "user-plus");
|
||||
|
||||
api.replaceIcon(
|
||||
"notification.discourse_assign.assign_group_notification",
|
||||
|
|
|
|||
|
|
@ -131,3 +131,5 @@ en:
|
|||
assigned: "<span>%{username}</span> %{description}"
|
||||
popup:
|
||||
assigned: "%{username} assigned you"
|
||||
titles:
|
||||
assigned: "Assigned"
|
||||
|
|
|
|||
Loading…
Reference in New Issue