From af8a9447b049ff3ae235774dae8453359c58ff92 Mon Sep 17 00:00:00 2001 From: Dome Date: Sat, 25 Apr 2026 02:26:19 +0200 Subject: [PATCH] Update customizer.php --- inc/customizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/customizer.php b/inc/customizer.php index b887c6e..54f4f38 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -84,7 +84,7 @@ function zeitfresser_customize_register( $wp_customize ) { 'type' => 'checkbox', 'section' => 'ztfr_performance_tools', 'label' => 'Auto Delete Original Pictures on Upload', - 'description' => 'Automatically deletes original images after optimization. Warning: deleting original images cannot be undone.', + 'description' => 'Automatically deletes original images after optimization. ⚠️ This action cannot be undone.', ) ); }