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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";
}
}

View File

@ -2680,6 +2680,7 @@ en:
reaction: "new reaction"
votes_released: "Vote was released"
new_features: "new Discourse features have been released!"
admin_problems: "new advice on your site dashboard"
upload_selector:
uploading: "Uploading"