From c007a526e5b19a25d26a29e6b00d5e26719e2e93 Mon Sep 17 00:00:00 2001 From: timstone Date: Wed, 13 Jun 2018 10:56:05 +0100 Subject: [PATCH] Content changes - Screen locked account --- app/views/devise/unlocks/new.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/devise/unlocks/new.html.erb b/app/views/devise/unlocks/new.html.erb index 903d80d77..28ec20637 100644 --- a/app/views/devise/unlocks/new.html.erb +++ b/app/views/devise/unlocks/new.html.erb @@ -1,10 +1,10 @@ <%= render("shared/back", back_path: new_user_session_path) %> -

Send unlock instructions

+

Locked account

-

If you or someone else tries to sign in too many times using incorrect details the account may be temporarily locked. This is for your security.

+

This account may be temporarily locked for your security.

-

Tell us which email address was used to register and we’ll send instructions on how to unlock the account.

+

Tell us which email address was used to register and we’ll send unlock instructions.

<%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> <%= render("shared/errors", object: resource) %>