Hi there,
About this issue, please copy file woocommerce/product-searchform.php( main theme) and paste into child-theme(child-theme/woocommerce/product-searchform.php), then edit code:
<input type="search" id="woocommerce-product-search-field-<?php echo isset( $index ) ? absint( $index ) : 0; ?>" class="search-field" placeholder="<?php echo esc_attr__( 'Search products…', 'woocommerce' ); ?>" autocomplete="off" value="<?php echo get_search_query(); ?>" name="s" />
Edit: Search products… = What do you search.
If you need to help, please send Admin web account for me, I will help you.