Skip to content

Commit

Permalink
fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
liz4chernyshova committed Apr 12, 2024
1 parent 013e9e1 commit c345d2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/devise/confirmations/new.html.slim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h2
= t('.resend_activation_instructions')
= t('.resend_confirmation_title')
= simple_form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f|
= f.error_notification message: t('devise.correct_errors')
= f.full_error :confirmation_token
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ en:
devise:
confirmations:
new:
resend_activation_instructions: Resend confirmation instructions
resend_confirmation_title: Resend confirmation instructions
resend_confirmation_instructions: Resend confirmation email
2 changes: 1 addition & 1 deletion config/locales/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ ru:
devise:
confirmations:
new:
resend_activation_instructions: Выслать повторно письмо с активацией
resend_confirmation_title: Выслать повторно письмо с активацией
resend_confirmation_instructions: Выслать письмо повторно

0 comments on commit c345d2f

Please sign in to comment.