mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
115693873-translation_string_change
This commit is contained in:
parent
0b3a7cedb4
commit
bdf011214c
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ class Registrant::DomainDeleteConfirmsController < RegistrantController
|
|||
domain_name: @domain.name,
|
||||
verification_token: params[:token])
|
||||
|
||||
initiator = current_user ? current_user.username : t(:user_not_authorized)
|
||||
initiator = current_user ? current_user.username : t(:user_not_authenticated)
|
||||
|
||||
if params[:rejected]
|
||||
if @registrant_verification.domain_registrant_delete_reject!("email link #{initiator}")
|
||||
|
|
|
@ -21,7 +21,7 @@ class Registrant::DomainUpdateConfirmsController < RegistrantController
|
|||
domain_name: @domain.name,
|
||||
verification_token: params[:token])
|
||||
|
||||
initiator = current_user ? current_user.username : t(:user_not_authorized)
|
||||
initiator = current_user ? current_user.username : t(:user_not_authenticated)
|
||||
|
||||
if params[:rejected]
|
||||
if @registrant_verification.domain_registrant_change_reject!("email link, #{initiator}")
|
||||
|
|
|
@ -940,4 +940,4 @@ en:
|
|||
edit_pw: 'Edit Pw'
|
||||
optional: 'Optional'
|
||||
test_registrar: "Test registrar"
|
||||
user_not_authorized: "user not authorized"
|
||||
user_not_authenticated: "user not authenticated"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue