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:
Jonatan Witoszek 2022-05-25 10:52:55 +02:00 committed by GitHub
parent 03506aedc4
commit f8ea5ec95e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -98,7 +98,8 @@ const ProductVariantPrice: React.FC<ProductVariantPriceProps> = props => {
{intl.formatMessage(
disabledMessage || {
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"
}
)}

View file

@ -229918,7 +229918,7 @@ exports[`Storyshots Views / Products / Product variant details when loading data
<div
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>