From cde0d2bc0482084af20a3ca5e27ffb8460a500bc Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Mon, 2 Mar 2026 15:32:01 +0100 Subject: [PATCH] Update NotificationX.php --- includes/NotificationX.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/NotificationX.php b/includes/NotificationX.php index 8b6954408..787d6713e 100644 --- a/includes/NotificationX.php +++ b/includes/NotificationX.php @@ -143,7 +143,7 @@ public function pro_alert_popup($args) { $args = wp_parse_args($args, [ "showConfirmButton"=> true, "showCloseButton"=>true, - "title" => __('Opps! This is PRO Feature.'), + "title" => __('Opps! This is PRO Feature.', 'notificationx'), "customClass"=> [ "container"=> 'pro-video-popup', "closeButton"=> 'pro-video-close-button',