diff --git a/lib/lokal_web/templates/user_confirmation/new.html.heex b/lib/lokal_web/templates/user_confirmation/new.html.heex index 24199a53..0408945d 100644 --- a/lib/lokal_web/templates/user_confirmation/new.html.heex +++ b/lib/lokal_web/templates/user_confirmation/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Resend confirmation instructions") %>

diff --git a/lib/lokal_web/templates/user_registration/new.html.heex b/lib/lokal_web/templates/user_registration/new.html.heex index c1bd49e1..82ff3bd2 100644 --- a/lib/lokal_web/templates/user_registration/new.html.heex +++ b/lib/lokal_web/templates/user_registration/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Register") %>

diff --git a/lib/lokal_web/templates/user_reset_password/edit.html.heex b/lib/lokal_web/templates/user_reset_password/edit.html.heex index 7b8c10a0..f0a54b92 100644 --- a/lib/lokal_web/templates/user_reset_password/edit.html.heex +++ b/lib/lokal_web/templates/user_reset_password/edit.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Reset password") %>

diff --git a/lib/lokal_web/templates/user_reset_password/new.html.heex b/lib/lokal_web/templates/user_reset_password/new.html.heex index 4b1bff88..facedaaa 100644 --- a/lib/lokal_web/templates/user_reset_password/new.html.heex +++ b/lib/lokal_web/templates/user_reset_password/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Forgot your password?") %>

diff --git a/lib/lokal_web/templates/user_session/new.html.heex b/lib/lokal_web/templates/user_session/new.html.heex index a239c9b6..ff5ba34f 100644 --- a/lib/lokal_web/templates/user_session/new.html.heex +++ b/lib/lokal_web/templates/user_session/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Log in") %>

diff --git a/lib/lokal_web/templates/user_settings/edit.html.heex b/lib/lokal_web/templates/user_settings/edit.html.heex index f85be628..7a23fcbd 100644 --- a/lib/lokal_web/templates/user_settings/edit.html.heex +++ b/lib/lokal_web/templates/user_settings/edit.html.heex @@ -1,4 +1,4 @@ -
+

<%= gettext("Settings") %>