From 244b5c643c6325ee4f760ea7e9243222062313ee Mon Sep 17 00:00:00 2001 From: David Herrera Date: Tue, 17 Dec 2024 05:45:20 -0500 Subject: [PATCH] Spacin' --- admin/settings/class-admin-apple-settings-section-advanced.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/settings/class-admin-apple-settings-section-advanced.php b/admin/settings/class-admin-apple-settings-section-advanced.php index 8fa26886..1d465725 100644 --- a/admin/settings/class-admin-apple-settings-section-advanced.php +++ b/admin/settings/class-admin-apple-settings-section-advanced.php @@ -35,8 +35,7 @@ public function __construct( $page ) { 'component_alerts' => [ 'label' => __( 'Component Alerts', 'apple-news' ), 'type' => [ 'none', 'warn', 'fail' ], - 'description' => __( 'If a post has a component that is unsupported by Apple News, choose "none" to generate no alert, "warn" to provide an admin warning notice, or "fail" to generate a notice and stop publishing.', - 'apple-news' ), + 'description' => __( 'If a post has a component that is unsupported by Apple News, choose "none" to generate no alert, "warn" to provide an admin warning notice, or "fail" to generate a notice and stop publishing.', 'apple-news' ), ], 'use_remote_images' => [ 'label' => __( 'Use Remote Images?', 'apple-news' ),