Update voucher creation text for "Only once per order" (#2059)
* Update voucher creation text for "Only once per order" * Update snapshots
This commit is contained in:
parent
f8ea5ec95e
commit
a113c9202f
3 changed files with 11 additions and 11 deletions
|
@ -928,10 +928,6 @@
|
||||||
"context": "e-mail or full name",
|
"context": "e-mail or full name",
|
||||||
"string": "Customer"
|
"string": "Customer"
|
||||||
},
|
},
|
||||||
"5c2JVF": {
|
|
||||||
"context": "voucher application, switch button",
|
|
||||||
"string": "Only once per order"
|
|
||||||
},
|
|
||||||
"5dLpx0": {
|
"5dLpx0": {
|
||||||
"context": "references attribute type",
|
"context": "references attribute type",
|
||||||
"string": "References"
|
"string": "References"
|
||||||
|
@ -4638,6 +4634,10 @@
|
||||||
"context": "attribute can be searched in storefront",
|
"context": "attribute can be searched in storefront",
|
||||||
"string": "Use as filter"
|
"string": "Use as filter"
|
||||||
},
|
},
|
||||||
|
"Y3zr/B": {
|
||||||
|
"context": "voucher application, switch button",
|
||||||
|
"string": "Apply only to a single cheapest eligible product"
|
||||||
|
},
|
||||||
"Y4cy0i": {
|
"Y4cy0i": {
|
||||||
"context": "dialog header",
|
"context": "dialog header",
|
||||||
"string": "Ending preorder"
|
"string": "Ending preorder"
|
||||||
|
|
|
@ -194,8 +194,8 @@ const VoucherValue: React.FC<VoucherValueProps> = props => {
|
||||||
label={
|
label={
|
||||||
<>
|
<>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id="5c2JVF"
|
id="Y3zr/B"
|
||||||
defaultMessage="Only once per order"
|
defaultMessage="Apply only to a single cheapest eligible product"
|
||||||
description="voucher application, switch button"
|
description="voucher application, switch button"
|
||||||
/>
|
/>
|
||||||
<Typography variant="caption">
|
<Typography variant="caption">
|
||||||
|
|
|
@ -90021,7 +90021,7 @@ exports[`Storyshots Views / Discounts / Voucher create default 1`] = `
|
||||||
<span
|
<span
|
||||||
class="MuiTypography-root-id MuiFormControlLabel-label-id MuiTypography-body1-id"
|
class="MuiTypography-root-id MuiFormControlLabel-label-id MuiTypography-body1-id"
|
||||||
>
|
>
|
||||||
Only once per order
|
Apply only to a single cheapest eligible product
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-caption-id"
|
class="MuiTypography-root-id MuiTypography-caption-id"
|
||||||
>
|
>
|
||||||
|
@ -91594,7 +91594,7 @@ exports[`Storyshots Views / Discounts / Voucher create form errors 1`] = `
|
||||||
<span
|
<span
|
||||||
class="MuiTypography-root-id MuiFormControlLabel-label-id MuiTypography-body1-id"
|
class="MuiTypography-root-id MuiFormControlLabel-label-id MuiTypography-body1-id"
|
||||||
>
|
>
|
||||||
Only once per order
|
Apply only to a single cheapest eligible product
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-caption-id"
|
class="MuiTypography-root-id MuiTypography-caption-id"
|
||||||
>
|
>
|
||||||
|
@ -93313,7 +93313,7 @@ exports[`Storyshots Views / Discounts / Voucher details default 1`] = `
|
||||||
<span
|
<span
|
||||||
class="MuiTypography-root-id MuiFormControlLabel-label-id MuiTypography-body1-id"
|
class="MuiTypography-root-id MuiFormControlLabel-label-id MuiTypography-body1-id"
|
||||||
>
|
>
|
||||||
Only once per order
|
Apply only to a single cheapest eligible product
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-caption-id"
|
class="MuiTypography-root-id MuiTypography-caption-id"
|
||||||
>
|
>
|
||||||
|
@ -95665,7 +95665,7 @@ exports[`Storyshots Views / Discounts / Voucher details form errors 1`] = `
|
||||||
<span
|
<span
|
||||||
class="MuiTypography-root-id MuiFormControlLabel-label-id MuiTypography-body1-id"
|
class="MuiTypography-root-id MuiFormControlLabel-label-id MuiTypography-body1-id"
|
||||||
>
|
>
|
||||||
Only once per order
|
Apply only to a single cheapest eligible product
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-caption-id"
|
class="MuiTypography-root-id MuiTypography-caption-id"
|
||||||
>
|
>
|
||||||
|
@ -98038,7 +98038,7 @@ exports[`Storyshots Views / Discounts / Voucher details loading 1`] = `
|
||||||
<span
|
<span
|
||||||
class="MuiTypography-root-id MuiFormControlLabel-label-id MuiFormControlLabel-disabled-id MuiTypography-body1-id"
|
class="MuiTypography-root-id MuiFormControlLabel-label-id MuiFormControlLabel-disabled-id MuiTypography-body1-id"
|
||||||
>
|
>
|
||||||
Only once per order
|
Apply only to a single cheapest eligible product
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-caption-id"
|
class="MuiTypography-root-id MuiTypography-caption-id"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue