add_filter( 'woocommerce_product_add_to_cart_text', 'custom_variable_add_to_cart_text' );
function custom_variable_add_to_cart_text( $add_to_cart_text ) {
   global $product;
   if( $product->is_type( 'variable' ) ) {
      $add_to_cart_text = __( 'Add to cart', 'woocommerce' );
   }
   return $add_to_cart_text;
}
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page
This product has multiple variants. The options may be chosen on the product page