Oh I see, please add this code in child-theme/functions.php file:
add_filter( 'woocommerce_product_single_add_to_cart_text', 'et_add_to_cart_text' ); function et_add_to_cart_text() { return __( 'Buy now', 'xstore' ); }
Regards