PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
← All changes | admin/views/wpvibe-banner.php +1 -1 2.3.02.3.2 View file →
@@ -37,9 +37,9 @@
37 37 $docs_link = '<a href="' . esc_url( 'https://docs.athemes.com/article/abilities-in-merchant' ) . '" target="_blank" rel="noopener noreferrer">' . esc_html__( 'View Abilities API Documentation', 'merchant' ) . '</a>';
38 38 echo wp_kses_post(
39 39 sprintf(
40 40 /* translators: %s: WPVibe.ai hyperlink */
41 - __( 'Connect your WordPress site and Merchant to AI assistants like Claude, ChatGPT, Cursor, and more. Ask them to find submissions, build forms, or edit fields in plain English. No copy-pasting, no exports. Connect them with the free %s plugin. %s', 'merchant' ),
41 + __( 'Connect your WordPress site and Merchant to AI assistants like Claude, ChatGPT, Cursor, and more. Ask them to find submissions, build forms, or edit fields in plain English. No copy-pasting, no exports. Connect them with the free %1$s plugin. %2$s', 'merchant' ),
42 42 $wpvibe_link,
43 43 $docs_link
44 44 )
45 45 );