From 086ccea080b0871bfd8b9eda8f8ea02fd104598f Mon Sep 17 00:00:00 2001 From: DAnn2012 Date: Mon, 2 Mar 2026 15:28:47 +0100 Subject: [PATCH] Update Settings.php --- includes/Admin/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Admin/Settings.php b/includes/Admin/Settings.php index cc0ff69a..b1840b60 100644 --- a/includes/Admin/Settings.php +++ b/includes/Admin/Settings.php @@ -407,7 +407,7 @@ public function settings_form( $nx_id = 0 ) { 'name' => 'reporting_subject', 'type' => 'text', 'label' => __( 'Reporting Email Subject', 'notificationx' ), - 'default' => __( "Weekly Engagement Summary of ā€˜{$site_name}’", 'notificationx' ), + 'default' => sprintf( __( 'Weekly Engagement Summary of ā€œ%sā€', 'notificationx' ), $site_name ), 'priority' => 4, 'disable' => true, 'rules' => Rules::is( 'disable_reporting', false ),