From 169d52bfbe8b7f95dcece3cef245cdd62336e2f8 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 9 Aug 2015 00:21:03 +0200 Subject: Wording for sign in email --- src/client/View/SignIn.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/View/SignIn.elm') diff --git a/src/client/View/SignIn.elm b/src/client/View/SignIn.elm index a45adc7..a790f0a 100644 --- a/src/client/View/SignIn.elm +++ b/src/client/View/SignIn.elm @@ -46,7 +46,7 @@ signInResult signInView = Ok login -> div [ class "success" ] - [ text ("We send you an email, please click to the provided link in order to sign in.") ] + [ text ("We sent you an email, please click to the provided link in order to sign in.") ] Err error -> div [ class "error" ] -- cgit v1.2.3