diff options
author | stuebinm | 2025-05-19 21:59:02 +0200 |
---|---|---|
committer | stuebinm | 2025-05-19 21:59:02 +0200 |
commit | e954dc8118b8513137b22c464c86be26220c9f2c (patch) | |
tree | 6933fc1b6838769893195b87c3c02b51d1d0426b /lib/Server/Frontend/Ticker.hs | |
parent | 2943327863bfe5c6e793e5c40e473a2755d45642 (diff) |
messages: rename Ticker → Incident
should make it clearer that this is meant for service disruptions,
not "everything's working fine" announcements.
Diffstat (limited to '')
-rw-r--r-- | lib/Server/Frontend/Ticker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Server/Frontend/Ticker.hs b/lib/Server/Frontend/Ticker.hs index 8861daa..861197a 100644 --- a/lib/Server/Frontend/Ticker.hs +++ b/lib/Server/Frontend/Ticker.hs @@ -30,7 +30,7 @@ tickerWidget = do generateFormPost (tickerAnnounceForm (current <&> entityVal)) defaultLayout [whamlet| - <h2>_{MsgTicker} + <h2>_{Msgincident} <form method=post action=@{TickerAnnounceR} enctype=#{enctype}> ^{widget} <button>_{MsgSubmit} |