PHP
add_filter( 'woocommerce_order_button_text', 'change_text' );
function change_text() {
return __( 'כאן לשנות את הטקסט', 'woocommerce' );
}