fix(rna): real RNA identifier could contain at least 1 letter, despite of specs
This commit is contained in:
parent
6945bf28fb
commit
fb14afc530
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
- case error
|
||||
- when :invalid
|
||||
%p.fr-error-text
|
||||
Le numéro RNA doit commencer par un W majuscule suivi de 9 chiffres
|
||||
Le numéro RNA doit commencer par un W majuscule suivi de 9 chiffres ou lettres
|
||||
- when :not_found
|
||||
%p.fr-error-text= t('.not_found')
|
||||
- when :network_error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue