Inside the child theme functions.php file paste this: function nota_custom_cart_button_text() { return __( 'Add to Bag', 'nota' ); } add_filter( 'woocommerce_product_single_add_to_cart_text', 'nota_custom_cart_button_text' );