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:
parent
434e1cbc7d
commit
9f917a7306
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue