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:
Martin Brennan
2023-12-19 18:37:31 +10:00
committed by GitHub
parent c467af97ac
commit b83d4953da
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,6 @@ export default class extends NotificationTypeBase {
}
get icon() {
return "gift";
return "exclamation-triangle";
}
}