mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Merge pull request #2263 from internetee/834-fix-domain-history-records
Fix domain status history view
This commit is contained in:
commit
57bd4afb85
6 changed files with 53 additions and 28 deletions
|
@ -622,7 +622,10 @@ en:
|
|||
contact_ident: 'Contact ident'
|
||||
results_per_page: 'Results per page'
|
||||
nameserver_hostname: 'Nameserver hostname'
|
||||
result_count: '%{count} results'
|
||||
result_count:
|
||||
zero: 'No results'
|
||||
other: '%{count} results'
|
||||
one: '1 result'
|
||||
failed_to_generate_invoice_invoice_number_limit_reached: 'Failed to generate invoice - invoice number limit reached'
|
||||
is_too_small_minimum_deposit_is: 'is too small. Minimum deposit is %{amount} %{currency}'
|
||||
poll_pending_update_confirmed_by_registrant: 'Registrant confirmed domain update'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue