X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c3254b7e93a1f276759faf2b825479aa2a006032..e091246ffc2d640f0a7f2324998315b33b891847:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 0a5ee729d..112f3a207 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2134,9 +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." - leading whitespace: "has leading whitespace" - trailing whitespace: "has trailing whitespace" - invalid chars: "cannot contain invalid chars: %{invalid_chars}" confirm: heading: Check your email! introduction_1: | @@ -2565,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}"