Skip to content

Commit

Permalink
VCST-605: Rename StateProvince to Region. (#225)
Browse files Browse the repository at this point in the history
fix: Rename StateProvince to Region for Address localization.
  • Loading branch information
OlegoO authored Mar 5, 2024
1 parent fc567e8 commit 47720d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"first-name": "First name",
"last-name": "Last name",
"country": "Country",
"region": "State/Province",
"region": "Region",
"city": "City",
"address1": "Address line 1",
"address2": "Address line 2",
Expand Down Expand Up @@ -103,7 +103,7 @@
"fulfillment-center-contact": {
"labels": {
"country": "Country",
"region": "State/Province",
"region": "Region",
"city": "City",
"address": "Address",
"zip-code": "ZIP code",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ angular.module('virtoCommerce.coreModule.common')
dynamicExpressionService.registerExpression({
groupName: groupNames[3],
id: 'ConditionGeoState',
displayName: 'State/province'
displayName: 'Region/state/province'
});

//Register CONTENT PUBLISHING expressions
Expand Down

0 comments on commit 47720d3

Please sign in to comment.