diff --git a/config/locales/en.yml b/config/locales/en.yml index ed4fbf31a..3bb62553e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -39,7 +39,7 @@ en: other_field_missing: "If %{main_field_label} is other then %{other_field_label} must be provided" other_field_not_required: "%{other_field_label} must not be provided if %{main_field_label} was not other" numeric: - valid: "%{field} must be a number between %{min} and %{max}" + valid: "%{field} must be a between %{min} and %{max}" date: invalid_date: "Please enter a valid date" outside_collection_window: "Date must be within the current collection windows"