Skip to content

Commit

Permalink
Update accountInfo and contactPreferences URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatin.ivanov committed Jan 15, 2025
1 parent 7a6fea6 commit 86bc8e5
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/organisms/f-header/src/tenants/en-AU.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export default {
navTitle: 'Main menu',

navLinks: {
accountInfo: {
text: 'Account info',
url: '/#personalinfo',
gtm: 'click_account_your_account'
},
orderHistory: {
text: 'Orders',
url: '/order-history',
Expand Down
10 changes: 10 additions & 0 deletions packages/components/organisms/f-header/src/tenants/en-GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export default {
navTitle: 'Main menu',

navLinks: {
accountInfo: {
text: 'Your account',
url: '/#personalinfo',
gtm: 'click_account_your_account'
},
orderHistory: {
text: 'Your orders',
url: '/order-history',
Expand All @@ -21,6 +26,11 @@ export default {
text: 'Redeem a voucher',
url: '/account/credit',
gtm: 'click_account_redeem_voucher'
},
contactPreferences: {
text: 'Contact preferences',
url: '/#personalinfo',
gtm: 'click_account_contact_preferences'
}
},

Expand Down
10 changes: 10 additions & 0 deletions packages/components/organisms/f-header/src/tenants/en-IE.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export default {
navTitle: 'Main menu',

navLinks: {
accountInfo: {
text: 'Account info',
url: '/#personalinfo',
gtm: 'click_account_your_account'
},
orderHistory: {
text: 'Orders',
url: '/order-history',
Expand All @@ -16,6 +21,11 @@ export default {
text: 'Redeem a gift card',
url: '/giftcards/redeem',
gtm: 'click_account_redeem_giftcard'
},
contactPreferences: {
text: 'Contact preferences',
url: '/#personalinfo',
gtm: 'click_account_contact_preferences'
}
},

Expand Down
10 changes: 10 additions & 0 deletions packages/components/organisms/f-header/src/tenants/es-ES.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export default {
navTitle: 'Menú principal',

navLinks: {
accountInfo: {
text: 'Información de la cuenta',
url: '/#personalinfo',
gtm: 'click_account_your_account'
},
orderHistory: {
text: 'Pedidos',
url: '/order-history',
Expand All @@ -16,6 +21,11 @@ export default {
text: 'Crédito de la cuenta',
url: '/account/credit',
gtm: 'click_account_credit'
},
contactPreferences: {
text: 'Preferencias de contacto',
url: '/#personalinfo',
gtm: 'click_account_contact_preferences'
}
},

Expand Down
10 changes: 10 additions & 0 deletions packages/components/organisms/f-header/src/tenants/it-IT.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ export default {
navTitle: 'Menu principale',

navLinks: {
accountInfo: {
text: 'Account',
url: '/#personalinfo',
gtm: 'click_account_your_account'
},
orderHistory: {
text: 'Ordini',
url: '/order-history',
Expand All @@ -16,6 +21,11 @@ export default {
text: "Credito dell'account",
url: '/account/credit',
gtm: 'click_account_credit'
},
contactPreferences: {
text: 'Modalità di contatto',
url: '/#personalinfo',
gtm: 'click_account_contact_preferences'
}
},

Expand Down

0 comments on commit 86bc8e5

Please sign in to comment.