X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3b68061e8760448a80cd501e429b9901944fdf1d..e091246ffc2d640f0a7f2324998315b33b891847:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index c53ae19c8..112f3a207 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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}"