]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en.yml
Converted invalid_chars validator to use locale
[rails.git] / config / locales / en.yml
index 7b13a894bc860b3e09cddf1deee13f26e34b8a5a..112f3a207a56e3496a4d91418b24a5abe4a326a9 100644 (file)
@@ -2562,3 +2562,8 @@ en:
       not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it."
       flash: "Redaction destroyed."
       error: "There was an error destroying this redaction."
+  validations:
+    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}"