Correct search placeholder text

This commit is contained in:
Dan Q 2023-08-16 10:56:15 +01:00
parent e4e8490925
commit 91afe9f6e2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { navigateTo, getNewPath, useQuery } from '@woocommerce/navigation';
*/ */
import './search.scss'; import './search.scss';
const searchPlaceholder = __( 'Search extensions and themes', 'woocommerce' ); const searchPlaceholder = __( 'Search for extensions', 'woocommerce' );
/** /**
* Search component. * Search component.