Add resend confirmation for admin (#7378)
* Add confirmations_controller#resend * Add tests for confirmations_controller#resend * Add translations
This commit is contained in:
committed by
Eugen Rochko
parent
8c35d163a5
commit
bd10a7e480
@ -70,6 +70,7 @@ pl:
|
||||
title: Zmień adres e-mail dla %{username}
|
||||
confirm: Potwierdź
|
||||
confirmed: Potwierdzono
|
||||
confirming: Potwierdzam
|
||||
demote: Degraduj
|
||||
disable: Dezaktywuj
|
||||
disable_two_factor_authentication: Wyłącz uwierzytelnianie dwuetapowe
|
||||
@ -78,6 +79,7 @@ pl:
|
||||
domain: Domena
|
||||
edit: Edytuj
|
||||
email: Adres e-mail
|
||||
email_status: Status e-maila
|
||||
enable: Aktywuj
|
||||
enabled: Aktywowano
|
||||
feed_url: Adres kanału
|
||||
@ -116,6 +118,10 @@ pl:
|
||||
push_subscription_expires: Subskrypcja PuSH wygasa
|
||||
redownload: Odśwież awatar
|
||||
remove_avatar: Usun awatar
|
||||
resend_confirmation:
|
||||
already_confirmed: Ten użytkownik jest już potwierdzony
|
||||
send: Wyślij ponownie email potwierdzający
|
||||
success: E-mail z potwierdzeniem został wysłany!
|
||||
reset: Resetuj
|
||||
reset_password: Resetuj hasło
|
||||
resubscribe: Ponów subskrypcję
|
||||
|
Reference in New Issue
Block a user