This action will be helpful to add notice in plan setup page under trial duration section.
Hook Type: Action
Source: core/views/arm_subscription_plans_add.php
Usage:
add_action( 'arm_set_geteway_warning_in_plan_with_recurring', 'your_function');
function your_function() {
//Do Your Action.
}