Update messages.kt
This commit is contained in:
parent
27e567d832
commit
62e4305539
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ import io.github.wulkanowy.messages.pojo.MessageType
|
|||
val messages = listOf(
|
||||
Message(
|
||||
id = 2,
|
||||
title = "Problemy z zadaniami domowymi",
|
||||
title = "Problemy z Fakelogiem",
|
||||
content = "Przez błąd w systemie UONET+ (potwierdzony przez firmę VULCAN) u niektórych zadania pojawiają się dopiero w dniu terminu ich oddania. W tym czasie prosimy o uważne sprawdzanie zadań w różnych źródłach i prosimy o cierpliwość!",
|
||||
targetRegisterHost = "fakelog.cf",
|
||||
priority = MessagePriority.HIGH,
|
||||
priority = MessagePriority.MEDIUM,
|
||||
type = MessageType.DASHBOARD_MESSAGE,
|
||||
),
|
||||
Message(
|
||||
|
|
Loading…
Reference in a new issue