mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FIX: Admin problem notification minor issues (#24963)
* Icon was a gift and not exclamation-triangle...these admin problems are not usually a gift :P * Added missing title translation
This commit is contained in:
@ -16,6 +16,6 @@ export default class extends NotificationTypeBase {
|
||||
}
|
||||
|
||||
get icon() {
|
||||
return "gift";
|
||||
return "exclamation-triangle";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user