From 732d3ca64485fb56366e246f285d9cf314e545be Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Mon, 2 Mar 2026 15:05:28 +0100 Subject: [PATCH] Update Helper.php --- includes/Core/Helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Core/Helper.php b/includes/Core/Helper.php index 38342a45..0f5a4116 100644 --- a/includes/Core/Helper.php +++ b/includes/Core/Helper.php @@ -685,7 +685,7 @@ public static function gdpr_common_fields() 'description' => array( 'type' => 'textarea', 'name' => 'description', - 'label' => __('Description', 'notificationx-pro'), + 'label' => __('Description', 'notificationx'), 'priority' => 30, ), 'is_add_script' => array( @@ -709,7 +709,7 @@ public static function gdpr_common_fields() 'script_url_pattern' => array( 'type' => 'codeviewer', 'name' => 'script_url_pattern', - 'label' => __('Script', 'notificationx-pro'), + 'label' => __('Script', 'notificationx'), 'priority' => 45, ), ];