mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Handle children errors
This commit is contained in:
parent
3dca771bcb
commit
9ce6efc4db
8 changed files with 86 additions and 9 deletions
|
@ -48,6 +48,12 @@ en:
|
|||
nameservers:
|
||||
blank: 'Required parameter missing - nameserver'
|
||||
out_of_range: 'Domain must have %{min}-%{max} nameservers'
|
||||
hostname_invalid: 'Hostname is invalid'
|
||||
nameserver:
|
||||
attributes:
|
||||
hostname:
|
||||
invalid: 'Hostname is invalid'
|
||||
|
||||
|
||||
errors:
|
||||
messages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue