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:
Chi-Hsuan Huang 2024-02-20 10:25:17 +08:00 committed by GitHub
parent 0af71d5c48
commit 2f6818772e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -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( {

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix untranslated "Are you already selling somewhere else?" text in the product task