Fix message in voucher view (#2338)
* Fix message * Extract messages * Update snapshots
This commit is contained in:
parent
904556f728
commit
ed59fe423f
3 changed files with 11 additions and 11 deletions
|
@ -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"
|
||||
|
|
|
@ -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: {
|
||||
|
|
|
@ -94324,7 +94324,7 @@ exports[`Storyshots Views / Discounts / Voucher details default 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id MuiFormControlLabel-label-id RadioGroupField-label-id MuiTypography-body1-id"
|
||||
>
|
||||
Entire order
|
||||
All products
|
||||
</span>
|
||||
</label>
|
||||
<label
|
||||
|
@ -95390,7 +95390,7 @@ exports[`Storyshots Views / Discounts / Voucher details default 1`] = `
|
|||
<div
|
||||
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||
>
|
||||
Entire order
|
||||
All products
|
||||
</div>
|
||||
<div
|
||||
class="FormSpacer-spacer-id"
|
||||
|
@ -96676,7 +96676,7 @@ exports[`Storyshots Views / Discounts / Voucher details form errors 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id MuiFormControlLabel-label-id RadioGroupField-label-id MuiTypography-body1-id"
|
||||
>
|
||||
Entire order
|
||||
All products
|
||||
</span>
|
||||
</label>
|
||||
<label
|
||||
|
@ -97757,7 +97757,7 @@ exports[`Storyshots Views / Discounts / Voucher details form errors 1`] = `
|
|||
<div
|
||||
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||
>
|
||||
Entire order
|
||||
All products
|
||||
</div>
|
||||
<div
|
||||
class="FormSpacer-spacer-id"
|
||||
|
@ -99055,7 +99055,7 @@ exports[`Storyshots Views / Discounts / Voucher details loading 1`] = `
|
|||
<span
|
||||
class="MuiTypography-root-id MuiFormControlLabel-label-id RadioGroupField-label-id MuiFormControlLabel-disabled-id MuiTypography-body1-id"
|
||||
>
|
||||
Entire order
|
||||
All products
|
||||
</span>
|
||||
</label>
|
||||
<label
|
||||
|
|
Loading…
Reference in a new issue