mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
fix message in case of wrong mime type
This commit is contained in:
parent
19e89cce3d
commit
2607836203
@ -130,7 +130,7 @@ en:
|
||||
one: is the wrong length (should be 1 character)
|
||||
other: is the wrong length (should be %{count} characters)
|
||||
other_than: must be other than %{count}
|
||||
wrong_content_type: "is the wrong content type"
|
||||
wrong_content_type: "content type is not allowed"
|
||||
template:
|
||||
body: 'There were problems with the following fields:'
|
||||
header:
|
||||
|
@ -132,7 +132,7 @@ fr:
|
||||
one: ne fait pas la bonne longueur (doit comporter un seul caractère)
|
||||
other: ne fait pas la bonne longueur (doit comporter %{count} caractères)
|
||||
other_than: doit être différent de %{count}
|
||||
wrong_content_type: "n'est pas le bon type de contenu"
|
||||
wrong_content_type: "ce type de contenu n'est pas autorisé"
|
||||
template:
|
||||
body: 'Veuillez vérifier les champs suivants : '
|
||||
header:
|
||||
|
Loading…
Reference in New Issue
Block a user