mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +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:
parent
c467af97ac
commit
b83d4953da
@ -16,6 +16,6 @@ export default class extends NotificationTypeBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get icon() {
|
get icon() {
|
||||||
return "gift";
|
return "exclamation-triangle";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2680,6 +2680,7 @@ en:
|
|||||||
reaction: "new reaction"
|
reaction: "new reaction"
|
||||||
votes_released: "Vote was released"
|
votes_released: "Vote was released"
|
||||||
new_features: "new Discourse features have been released!"
|
new_features: "new Discourse features have been released!"
|
||||||
|
admin_problems: "new advice on your site dashboard"
|
||||||
|
|
||||||
upload_selector:
|
upload_selector:
|
||||||
uploading: "Uploading"
|
uploading: "Uploading"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user