Browse Source

Update error message label

pull/510/head
baarkerlounger 3 years ago
parent
commit
21c0091a27
  1. 2
      config/locales/en.yml

2
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_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" other_field_not_required: "%{other_field_label} must not be provided if %{main_field_label} was not other"
numeric: numeric:
valid: "%{field} must be a number between %{min} and %{max}" valid: "%{field} must be a between %{min} and %{max}"
date: date:
invalid_date: "Please enter a valid date" invalid_date: "Please enter a valid date"
outside_collection_window: "Date must be within the current collection windows" outside_collection_window: "Date must be within the current collection windows"

Loading…
Cancel
Save