mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 02:54: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
|
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."
|
||||||
|
|
Loading…
Reference in a new issue