Change the cross sell products heading text

Instruction to modify the heading text for cross-sell products.

add_filter('advanced_woo_discount_rules_cross_sells_products_heading', function ($heading) {
    return "Please select your free sampling products";
}, 1, 10);