Skip to content

Commit

Permalink
uptdaed account
Browse files Browse the repository at this point in the history
  • Loading branch information
KostiantynFandeliuk committed Dec 15, 2024
1 parent 60bf921 commit 155423d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions scripts/__dropins__/storefront-account/i18n/en_US.json.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ declare const _default: {
"minifiedView": {
"CustomerInformation": {
"containerTitle": "Account settings",
"genderMale":"Male",
"genderFemale":"Female",
"genderMale": "Male",
"genderFemale": "Female",
"changePassword": {
"passwordValidationMessage": {
"chartTwoSymbols": "Use characters and numbers or symbols",
Expand Down Expand Up @@ -54,6 +54,7 @@ declare const _default: {
"differentAddressFormTitle": "Deliver to new address",
"viewAllAddressesButton": "View address list",
"differentAddressButton": "Use a different address",
"ariaLabelAddressPicker": "form",
"addressCard": {
"actionRemove": "Remove",
"actionEdit": "Edit",
Expand Down Expand Up @@ -165,6 +166,7 @@ declare const _default: {
"lengthTextError": "Text length must be between {min} and {max} characters."
}
}
};
}
;

export default _default;
Loading

0 comments on commit 155423d

Please sign in to comment.