Skip to content

Commit bf2b263

Browse files
committed
Set correct translation key for devise confirmations email link
1 parent eeb1b88 commit bf2b263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/devise/shared/_links.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<% end %>
1212

1313
<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
14-
<%= link_to t('.didn_t_receive_unlock_instructions'), new_confirmation_path(resource_name) %><br />
14+
<%= link_to t('.didn_t_receive_confirmation_instructions'), new_confirmation_path(resource_name) %><br />
1515
<% end %>
1616

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

0 commit comments

Comments
 (0)