From 175bb9e5c7ad265adf537bd8784d01002a69df08 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 14 Aug 2018 13:06:06 -0400 Subject: [PATCH] Add simple email privacy message --- lib/chess_web/templates/registration/new.html.eex | 1 + 1 file changed, 1 insertion(+) 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 %>