From ec0c35df8ecb21b01c44889e72ddeca0cc941965 Mon Sep 17 00:00:00 2001 From: Wolf Date: Sun, 4 Sep 2016 22:39:35 +0200 Subject: [PATCH] word interchange tinyfix --- Handler/Signup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handler/Signup.hs b/Handler/Signup.hs index 5d8e62f..cbdafdf 100755 --- a/Handler/Signup.hs +++ b/Handler/Signup.hs @@ -72,7 +72,7 @@ postSignupR = do To complete your signup please activate your account by visiting the following link: #{activateLink} |] - setMessage "User pending activation" + setMessage "User activation pending" redirect HomeR _ -> do setMessage "This user already exists"