We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb1b88 commit bf2b263Copy full SHA for bf2b263
app/views/devise/shared/_links.html.erb
@@ -11,7 +11,7 @@
11
<% end %>
12
13
<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
14
- <%= link_to t('.didn_t_receive_unlock_instructions'), new_confirmation_path(resource_name) %><br />
+ <%= link_to t('.didn_t_receive_confirmation_instructions'), new_confirmation_path(resource_name) %><br />
15
16
17
<%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>
0 commit comments