mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Fixed merge conflict with master in domain.rb
This commit is contained in:
commit
0f87518826
2 changed files with 2 additions and 2 deletions
|
@ -746,8 +746,8 @@ class Domain < ActiveRecord::Base
|
||||||
log[:admin_contacts] = admin_contact_ids
|
log[:admin_contacts] = admin_contact_ids
|
||||||
log[:tech_contacts] = tech_contact_ids
|
log[:tech_contacts] = tech_contact_ids
|
||||||
log[:nameservers] = nameserver_ids
|
log[:nameservers] = nameserver_ids
|
||||||
log[:domain_statuses]= domain_status_ids
|
|
||||||
log[:dnskeys] = dnskey_ids
|
log[:dnskeys] = dnskey_ids
|
||||||
|
log[:domain_statuses]= domain_status_ids
|
||||||
log[:legal_documents]= [legal_document_id]
|
log[:legal_documents]= [legal_document_id]
|
||||||
log[:registrant] = [registrant_id]
|
log[:registrant] = [registrant_id]
|
||||||
log
|
log
|
||||||
|
|
|
@ -14,7 +14,7 @@ en:
|
||||||
last_attempt: "You have one more attempt before your account is locked."
|
last_attempt: "You have one more attempt before your account is locked."
|
||||||
not_found_in_database: "Invalid email address or password."
|
not_found_in_database: "Invalid email address or password."
|
||||||
timeout: "Your session expired. Please sign in again to continue."
|
timeout: "Your session expired. Please sign in again to continue."
|
||||||
unauthenticated: "You need to sign in or sign up before continuing."
|
unauthenticated: "You need to sign in. Currently available only to Estonian citizens and e-residents with Estonian ID-card or Mobile-ID."
|
||||||
unconfirmed: "You have to confirm your email address before continuing."
|
unconfirmed: "You have to confirm your email address before continuing."
|
||||||
mailer:
|
mailer:
|
||||||
confirmation_instructions:
|
confirmation_instructions:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue