X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/88e048deea4a543ac3129e3a5f0b3b7b94160f35..56f7e692cd7112033654587556cb3eb9d2cf72de:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index d0b5596e8..a9370018a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2134,7 +2134,6 @@ en: return to profile: Return to profile flash update success confirm needed: "User information updated successfully. Check your email for a note to confirm your new email address." flash update success: "User information updated successfully." - invalid_chars: "cannot contain invalid chars: %{invalid_chars}" confirm: heading: Check your email! introduction_1: | @@ -2563,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_characters: "contains invalid characters" + url_characters: "contains special URL characters (%{characters})"