Fix fallback text

This commit is contained in:
Fernando Marichal 2022-04-12 12:07:10 -03:00
parent 17ae456868
commit 97fca30b39
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class DefaultFreeExtensions {
'name' => __( 'Pinterest for WooCommerce', 'woocommerce' ),
'description' => sprintf(
/* translators: 1: opening product link tag. 2: closing link tag */
__( 'aaaa Inspire shoppers with %1$sPinterest for WooCommerce%2$s', 'woocommerce' ),
__( 'Inspire shoppers with %1$sPinterest for WooCommerce%2$s', 'woocommerce' ),
'<a href="https://woocommerce.com/products/pinterest-for-woocommerce" target="_blank">',
'</a>'
),