fix(RNA) Add translation of missing error message
This commit is contained in:
parent
a3c3db5434
commit
d1c9da0a0a
3 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
- case error
|
||||
- when :invalid
|
||||
%p.fr-error-text
|
||||
Le numéro RNA doit commencer par un W majuscule suivi de 9 chiffres ou lettres
|
||||
%p.fr-error-text= t('.invalid_number')
|
||||
- when :not_found
|
||||
%p.fr-error-text= t('.not_found')
|
||||
- when :network_error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue