Skip to content

Commit

Permalink
Merge pull request #203 from Shopify/dominiqueflaaa.update_too_long_m…
Browse files Browse the repository at this point in the history
…essage

update street_name and street_number too_long error message
  • Loading branch information
DominiqueFlaaa authored Jun 10, 2024
2 parents 27670bd + 0e9dedc commit aee6cf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Security in case of vulnerabilities.

## [Unreleased]
- update street_name and street_number too_long error message [#203](https://github.com/Shopify/worldwide/pull/203)

- Update translations for neighborhood too_long error message, add translations for localized neighborhood errors in MX, PH [#191](https://github.com/Shopify/worldwide/pull/191)
- Generate concatenated address1/2 values when some additional field values are present [#199](https://github.com/Shopify/worldwide/pull/199)
Expand Down
4 changes: 2 additions & 2 deletions db/data/regions/_default/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ en:
errors:
blank_instructional: Enter a street
blank_informative: Street is missing
too_long_instructional: Street is too long (maximum is 255 characters)
too_long_instructional: Street is too long (maximum is %{limit} characters)
too_long_informative: Street is too long
contains_emojis_instructional: Street can't contain emojis
contains_emojis_informative: Street can't contain emojis
Expand Down Expand Up @@ -128,7 +128,7 @@ en:
errors:
blank_instructional: Enter a building number
blank_informative: Building number is missing
too_long_instructional: Building number is too long (maximum is 255 characters)
too_long_instructional: Building number is too long (maximum is %{limit} characters)
too_long_informative: Building number is too long
contains_emojis_instructional: Building number can't contain emojis
contains_emojis_informative: Building number can't contain emojis
Expand Down

0 comments on commit aee6cf1

Please sign in to comment.