Converted invalid_chars validator to use locale
This commit is contained in:
parent
3b68061e87
commit
e091246ffc
5 changed files with 8 additions and 7 deletions
|
@ -2563,6 +2563,7 @@ en:
|
|||
flash: "Redaction destroyed."
|
||||
error: "There was an error destroying this redaction."
|
||||
validations:
|
||||
leading whitespace: "has leading whitespace"
|
||||
trailing whitespace: "has trailing whitespace"
|
||||
invalid chars: "must not contain an invalid char: %{invalid_chars}"
|
||||
leading_whitespace: "has leading whitespace"
|
||||
trailing_whitespace: "has trailing whitespace"
|
||||
invalid_chars: "contains invalid chars"
|
||||
invalid_url_chars: "must not contain an invalid char: %{invalid_url_chars}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue