1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 19:04:52 +09:00

Fix typo in message text

This commit is contained in:
fr33domlover 2016-05-02 11:33:30 +00:00
parent 434e1cbc7d
commit 9f917a7306

View file

@ -131,7 +131,7 @@ putTicketR shar proj num = do
case result of
FormSuccess ticket' -> do
runDB $ replace tid ticket'
setMessage "Ticket created."
setMessage "Ticket updated."
redirect $ TicketR shar proj num
FormMissing -> do
setMessage "Field(s) missing."