This commit is contained in:
Andrii Landiak 2025-02-26 17:26:52 +02:00
parent 7e701eb135
commit f58608f94c

View File

@ -378,7 +378,7 @@ public class DefaultNotifications {
.name("Resources shortage notification") .name("Resources shortage notification")
.type(NotificationType.RESOURCES_SHORTAGE) .type(NotificationType.RESOURCES_SHORTAGE)
.subject("Warning: ${resource} shortage") .subject("Warning: ${resource} shortage")
.text("${resource} usage is at ${usage}%).") .text("${resource} usage is at ${usage}%.")
.icon("warning") .icon("warning")
.rule(DefaultRule.builder() .rule(DefaultRule.builder()
.name("Resources shortage") .name("Resources shortage")