diff --git a/app/views/devise/shared/_links.html.erb b/app/views/devise/shared/_links.html.erb index 05035e08b..90ba593cd 100644 --- a/app/views/devise/shared/_links.html.erb +++ b/app/views/devise/shared/_links.html.erb @@ -11,7 +11,7 @@ <% end %> <%- if devise_mapping.confirmable? && controller_name != 'confirmations' %> - <%= govuk_link_to "Didn’t receive confirmation instructions?", new_confirmation_path(resource_name) %>
+

<%= govuk_link_to "Get a new invitation link", new_confirmation_path(resource_name) %> if it’s expired.

<% end %> <%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>