diff --git a/locale/defaultMessages.json b/locale/defaultMessages.json index 6466d6fc7..b415b5b5b 100644 --- a/locale/defaultMessages.json +++ b/locale/defaultMessages.json @@ -5016,10 +5016,6 @@ "context": "number of products", "string": "Products ({quantity})" }, - "bP7ZLP": { - "context": "voucher discount", - "string": "Entire order" - }, "bPFp8B": { "context": "product type", "string": "Product Type" @@ -7771,6 +7767,10 @@ "context": "voucher requirements, header", "string": "Minimum Requirements" }, + "ymo+cm": { + "context": "voucher discount", + "string": "All products" + }, "ypW4Mi": { "context": "button refreshing page", "string": "Refresh page" diff --git a/src/discounts/translations.ts b/src/discounts/translations.ts index 19e627535..352c0525b 100644 --- a/src/discounts/translations.ts +++ b/src/discounts/translations.ts @@ -3,8 +3,8 @@ import { defineMessages, IntlShape } from "react-intl"; const messages = defineMessages({ order: { - id: "bP7ZLP", - defaultMessage: "Entire order", + id: "ymo+cm", + defaultMessage: "All products", description: "voucher discount", }, products: { diff --git a/src/storybook/__snapshots__/Stories.test.ts.snap b/src/storybook/__snapshots__/Stories.test.ts.snap index d5c2b9ace..124511c19 100644 --- a/src/storybook/__snapshots__/Stories.test.ts.snap +++ b/src/storybook/__snapshots__/Stories.test.ts.snap @@ -94324,7 +94324,7 @@ exports[`Storyshots Views / Discounts / Voucher details default 1`] = ` - Entire order + All products - Entire order + All products - Entire order + All products - Entire order + All products - Entire order + All products