diff --git a/lib/chess_web/templates/registration/new.html.eex b/lib/chess_web/templates/registration/new.html.eex index a5c732e..1ddd168 100644 --- a/lib/chess_web/templates/registration/new.html.eex +++ b/lib/chess_web/templates/registration/new.html.eex @@ -17,6 +17,7 @@
<%= input f, :email, as: :email %>
+

<%= gettext("Your email address will only ever be used to send you notifications of new games and moves.") %>

<%= input f, :password, as: :password %>