From b451cf6e524c8ab176ec201a037e388fd6f73cc0 Mon Sep 17 00:00:00 2001 From: Maxim Vasilev Date: Wed, 24 Apr 2024 11:53:02 +0300 Subject: [PATCH] Addressed comments --- packages/components/pages/f-self-exclusion/package.json | 2 +- .../pages/f-self-exclusion/src/components/SelfExclusion.vue | 2 +- packages/components/pages/f-self-exclusion/src/tenants/da-DK.js | 2 +- packages/components/pages/f-self-exclusion/src/tenants/en-AU.js | 2 +- packages/components/pages/f-self-exclusion/src/tenants/en-GB.js | 2 +- packages/components/pages/f-self-exclusion/src/tenants/en-IE.js | 2 +- packages/components/pages/f-self-exclusion/src/tenants/en-NZ.js | 2 +- packages/components/pages/f-self-exclusion/src/tenants/es-ES.js | 2 +- packages/components/pages/f-self-exclusion/src/tenants/it-IT.js | 2 +- packages/components/pages/f-self-exclusion/src/tenants/nb-NO.js | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/components/pages/f-self-exclusion/package.json b/packages/components/pages/f-self-exclusion/package.json index e623b8b483..a98b16815f 100644 --- a/packages/components/pages/f-self-exclusion/package.json +++ b/packages/components/pages/f-self-exclusion/package.json @@ -1,7 +1,7 @@ { "name": "@justeat/f-self-exclusion", "description": "Fozzie Self Exclusion - Customers must be able to voluntarily self-exclude or nominate themselves for self exclusion for a specified time period or permanently (includes purchasing and marketing), and their account (associated to the email address or phone number provided during self exclusions) must be blocked from purchasing alcohol and other items.", - "version": "1.3.0", + "version": "1.3.1", "main": "dist/f-self-exclusion.umd.min.js", "files": [ "dist", diff --git a/packages/components/pages/f-self-exclusion/src/components/SelfExclusion.vue b/packages/components/pages/f-self-exclusion/src/components/SelfExclusion.vue index 5c04475909..312f2620da 100644 --- a/packages/components/pages/f-self-exclusion/src/components/SelfExclusion.vue +++ b/packages/components/pages/f-self-exclusion/src/components/SelfExclusion.vue @@ -48,7 +48,7 @@ is-dismissible > {{ exclusionPeriodExpired - ? $t('alcoholSelfExclusionConfirmation.text1Expired') + ? $t('alcoholSelfExclusionConfirmation.text1RemovalAfterExpired') : $t('alcoholSelfExclusionConfirmation.text1Show') }} diff --git a/packages/components/pages/f-self-exclusion/src/tenants/da-DK.js b/packages/components/pages/f-self-exclusion/src/tenants/da-DK.js index dd560a7bda..033ae7b1be 100644 --- a/packages/components/pages/f-self-exclusion/src/tenants/da-DK.js +++ b/packages/components/pages/f-self-exclusion/src/tenants/da-DK.js @@ -19,7 +19,7 @@ const messages = { text1Show: 'We’ll show alcohol items.', text1Temporary: 'We\'ll exclude items containing alcohol from your menus on Menulog for six months.', text1Permanent: 'We\'ll permanently exclude items containing alcohol from your menus on Menulog.', - text1Expired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', + text1RemovalAfterExpired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', privacyStatement: 'Updating your menus could take up to 24 hours. Find out more about how we process your personal data in this {0}.', privacyStatementLinkText: 'privacy statement', warningText: 'This choice can’t be reversed.' diff --git a/packages/components/pages/f-self-exclusion/src/tenants/en-AU.js b/packages/components/pages/f-self-exclusion/src/tenants/en-AU.js index f8a4f833e1..0b0e6c214d 100644 --- a/packages/components/pages/f-self-exclusion/src/tenants/en-AU.js +++ b/packages/components/pages/f-self-exclusion/src/tenants/en-AU.js @@ -19,7 +19,7 @@ const messages = { text1Show: 'We’ll show alcohol items.', text1Temporary: 'We\'ll exclude items containing alcohol from your menus on Menulog for six months.', text1Permanent: 'We\'ll permanently exclude items containing alcohol from your menus on Menulog.', - text1Expired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', + text1RemovalAfterExpired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', privacyStatement: 'Updating your menus could take up to 24 hours. Find out more about how we process your personal data in this {0}.', privacyStatementLinkText: 'privacy statement', warningText: 'This choice can’t be reversed.' diff --git a/packages/components/pages/f-self-exclusion/src/tenants/en-GB.js b/packages/components/pages/f-self-exclusion/src/tenants/en-GB.js index 58bb3865b3..0f169fae92 100644 --- a/packages/components/pages/f-self-exclusion/src/tenants/en-GB.js +++ b/packages/components/pages/f-self-exclusion/src/tenants/en-GB.js @@ -19,7 +19,7 @@ const messages = { text1Show: 'We’ll show alcohol items.', text1Temporary: 'We\'ll exclude items containing alcohol from your menus on Menulog for six months.', text1Permanent: 'We\'ll permanently exclude items containing alcohol from your menus on Menulog.', - text1Expired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', + text1RemovalAfterExpired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', privacyStatement: 'Updating your menus could take up to 24 hours. Find out more about how we process your personal data in this {0}.', privacyStatementLinkText: 'privacy statement', warningText: 'This choice can’t be reversed.' diff --git a/packages/components/pages/f-self-exclusion/src/tenants/en-IE.js b/packages/components/pages/f-self-exclusion/src/tenants/en-IE.js index 48a6726009..d9c30db510 100644 --- a/packages/components/pages/f-self-exclusion/src/tenants/en-IE.js +++ b/packages/components/pages/f-self-exclusion/src/tenants/en-IE.js @@ -19,7 +19,7 @@ const messages = { text1Show: 'We’ll show alcohol items.', text1Temporary: 'We\'ll exclude items containing alcohol from your menus on Menulog for six months.', text1Permanent: 'We\'ll permanently exclude items containing alcohol from your menus on Menulog.', - text1Expired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', + text1RemovalAfterExpired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', privacyStatement: 'Updating your menus could take up to 24 hours. Find out more about how we process your personal data in this {0}.', privacyStatementLinkText: 'privacy statement', warningText: 'This choice can’t be reversed.' diff --git a/packages/components/pages/f-self-exclusion/src/tenants/en-NZ.js b/packages/components/pages/f-self-exclusion/src/tenants/en-NZ.js index e0badbb2db..a98ac31ad7 100644 --- a/packages/components/pages/f-self-exclusion/src/tenants/en-NZ.js +++ b/packages/components/pages/f-self-exclusion/src/tenants/en-NZ.js @@ -19,7 +19,7 @@ const messages = { text1Show: 'We’ll show alcohol items.', text1Temporary: 'We\'ll exclude items containing alcohol from your menus on Menulog for six months.', text1Permanent: 'We\'ll permanently exclude items containing alcohol from your menus on Menulog.', - text1Expired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', + text1RemovalAfterExpired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', privacyStatement: 'Updating your menus could take up to 24 hours. Find out more about how we process your personal data in this {0}.', privacyStatementLinkText: 'privacy statement', warningText: 'This choice can’t be reversed.' diff --git a/packages/components/pages/f-self-exclusion/src/tenants/es-ES.js b/packages/components/pages/f-self-exclusion/src/tenants/es-ES.js index 98300e9f2c..5e1dd56d08 100644 --- a/packages/components/pages/f-self-exclusion/src/tenants/es-ES.js +++ b/packages/components/pages/f-self-exclusion/src/tenants/es-ES.js @@ -19,7 +19,7 @@ const messages = { text1Show: 'We’ll show alcohol items.', text1Temporary: 'We\'ll exclude items containing alcohol from your menus on Menulog for six months.', text1Permanent: 'We\'ll permanently exclude items containing alcohol from your menus on Menulog.', - text1Expired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', + text1RemovalAfterExpired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', privacyStatement: 'Updating your menus could take up to 24 hours. Find out more about how we process your personal data in this {0}.', privacyStatementLinkText: 'privacy statement', warningText: 'This choice can’t be reversed.' diff --git a/packages/components/pages/f-self-exclusion/src/tenants/it-IT.js b/packages/components/pages/f-self-exclusion/src/tenants/it-IT.js index e44c0b4f27..2c8ad35bd7 100644 --- a/packages/components/pages/f-self-exclusion/src/tenants/it-IT.js +++ b/packages/components/pages/f-self-exclusion/src/tenants/it-IT.js @@ -19,7 +19,7 @@ const messages = { text1Show: 'We’ll show alcohol items.', text1Temporary: 'We\'ll exclude items containing alcohol from your menus on Menulog for six months.', text1Permanent: 'We\'ll permanently exclude items containing alcohol from your menus on Menulog.', - text1Expired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', + text1RemovalAfterExpired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', privacyStatement: 'Updating your menus could take up to 24 hours. Find out more about how we process your personal data in this {0}.', privacyStatementLinkText: 'privacy statement', warningText: 'This choice can’t be reversed.' diff --git a/packages/components/pages/f-self-exclusion/src/tenants/nb-NO.js b/packages/components/pages/f-self-exclusion/src/tenants/nb-NO.js index 4269ee3b6a..4e04f7c702 100644 --- a/packages/components/pages/f-self-exclusion/src/tenants/nb-NO.js +++ b/packages/components/pages/f-self-exclusion/src/tenants/nb-NO.js @@ -19,7 +19,7 @@ const messages = { text1Show: 'We’ll show alcohol items.', text1Temporary: 'We\'ll exclude items containing alcohol from your menus on Menulog for six months.', text1Permanent: 'We\'ll permanently exclude items containing alcohol from your menus on Menulog.', - text1Expired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', + text1RemovalAfterExpired: 'You have successfully removed the alcohol self-exclusion. It will take 24 hours for your change to take effect.', privacyStatement: 'Updating your menus could take up to 24 hours. Find out more about how we process your personal data in this {0}.', privacyStatementLinkText: 'privacy statement', warningText: 'This choice can’t be reversed.'