Update text for variant price in some products (#2061)
* Update text for variant price in product that don't have channel assigned * Update snapshots
This commit is contained in:
parent
03506aedc4
commit
f8ea5ec95e
2 changed files with 3 additions and 2 deletions
|
@ -98,7 +98,8 @@ const ProductVariantPrice: React.FC<ProductVariantPriceProps> = props => {
|
||||||
{intl.formatMessage(
|
{intl.formatMessage(
|
||||||
disabledMessage || {
|
disabledMessage || {
|
||||||
id: "e48Igh",
|
id: "e48Igh",
|
||||||
defaultMessage: "There is no channel to define prices for",
|
defaultMessage:
|
||||||
|
"Assign this variant to a channel in the product channel manager to define prices",
|
||||||
description: "variant pricing section subtitle"
|
description: "variant pricing section subtitle"
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -229918,7 +229918,7 @@ exports[`Storyshots Views / Products / Product variant details when loading data
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-caption-id"
|
class="MuiTypography-root-id MuiTypography-caption-id"
|
||||||
>
|
>
|
||||||
There is no channel to define prices for
|
Assign this variant to a channel in the product channel manager to define prices
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue