aboutsummaryrefslogtreecommitdiff
path: root/src/client/View/SignIn.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/View/SignIn.elm')
-rw-r--r--src/client/View/SignIn.elm2
1 files changed, 1 insertions, 1 deletions
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" ]