lib/pact_broker/locale/en.yml in pact_broker-1.18.0 vs lib/pact_broker/locale/en.yml in pact_broker-2.0.0.beta.1

- old
+ new

@@ -1,10 +1,11 @@ en: errors: + not_blank?: "can't be blank" filled?: "can't be blank" valid_method?: "is not a recognised HTTP method" valid_url?: "is not a valid URL eg. http://example.org" - + valid_version_number?: "Version number '%{value}' cannot be parsed to a version number. The expected format (unless this configuration has been overridden) is a semantic version. eg. 1.3.0 or 2.0.4.rc1" name_in_path_matches_name_in_pact?: "does not match %{left} name in path ('%{right}')." valid_consumer_version_number?: "Consumer version number '%{value}' cannot be parsed to a version number. The expected format (unless this configuration has been overridden) is a semantic version. eg. 1.3.0 or 2.0.4.rc1" pact_broker: errors: