1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-29 02:44:53 +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 case result of
FormSuccess ticket' -> do FormSuccess ticket' -> do
runDB $ replace tid ticket' runDB $ replace tid ticket'
setMessage "Ticket created." setMessage "Ticket updated."
redirect $ TicketR shar proj num redirect $ TicketR shar proj num
FormMissing -> do FormMissing -> do
setMessage "Field(s) missing." setMessage "Field(s) missing."