mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
Fix error code/message
This commit is contained in:
parent
0f58e47513
commit
c52c669339
3 changed files with 6 additions and 6 deletions
|
@ -138,8 +138,8 @@ en:
|
|||
legal_document:
|
||||
attributes:
|
||||
body:
|
||||
length_more_than: 'Parameter value policy error: legalDocument size should be more than 3kB'
|
||||
length_less_than: 'Parameter value policy error: legalDocument size should be less than 8mB'
|
||||
length_more_than: 'Parameter value policy error: Legaldoc size is less than minimum allowed size of 3kB'
|
||||
length_less_than: 'Parameter value policy error: Legaldoc size exceeds maximum allowed size of 8mB'
|
||||
|
||||
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue