| @@ -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 | ); |