title = __('Flashing Tab', 'notificationx');
$this->dashboard_title = __('Flashing Tab', 'notificationx');
$this->popup = [
"denyButtonText" => __("More Info", "notificationx"),
"confirmButtonText" => __("Upgrade to PRO", "notificationx"),
// phpcs:disable PluginCheck.CodeAnalysis.Offloading.OffloadedContent -- False positive for this context: these are HTML email bodies and remote documentation/tutorial links in admin help text, not offloaded plugin assets. Audited 2026-07-16.
"html"=> __('
Revive lost visitors and convert them into customers with captivating Flashing Tab alerts.
', 'notificationx')
// phpcs:enable PluginCheck.CodeAnalysis.Offloading.OffloadedContent
];
}
}