Fix untranslated "Are you already selling somewhere else?" text in the product task list (#44763)
* Fix untranslated "Are you already selling somewhere else?" text in the product task list footer. * Add changelog
This commit is contained in:
parent
0af71d5c48
commit
2f6818772e
|
@ -19,7 +19,10 @@ const Footer: React.FC = () => {
|
|||
return (
|
||||
<div className="woocommerce-products-footer">
|
||||
<Text className="woocommerce-products-footer__selling-somewhere-else">
|
||||
Are you already selling somewhere else?
|
||||
{ __(
|
||||
'Are you already selling somewhere else?',
|
||||
'woocommerce'
|
||||
) }
|
||||
</Text>
|
||||
<Text className="woocommerce-products-footer__import-options">
|
||||
{ interpolateComponents( {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix untranslated "Are you already selling somewhere else?" text in the product task
|
Loading…
Reference in New Issue