fix(RNA) Add translation of missing error message

This commit is contained in:
Corinne Durrmeyer 2024-11-04 16:33:58 +01:00
parent a3c3db5434
commit d1c9da0a0a
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
3 changed files with 5 additions and 4 deletions

View file

@ -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