From b6b94b7bec403adab2f79190b6c46161dda6974c Mon Sep 17 00:00:00 2001 From: Binklebonk Date: Mon, 11 Apr 2022 20:21:29 +1000 Subject: [PATCH] Clearer options around reporting. --- src/inc/class-cloudflare-stream-settings.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/inc/class-cloudflare-stream-settings.php b/src/inc/class-cloudflare-stream-settings.php index 708346b..403bbcb 100644 --- a/src/inc/class-cloudflare-stream-settings.php +++ b/src/inc/class-cloudflare-stream-settings.php @@ -114,7 +114,7 @@ public function action_admin_init() { add_settings_field( self::OPTION_HEAP_ANALYTICS, - 'Opt out of Heap Analytics', + 'Opt-out of Heap Analytics', array( $this, 'reporting_opt_out_cb' ), self::SETTING_PAGE, self::SETTING_SECTION_REPORTING @@ -261,7 +261,8 @@ public function settings_section_api_keys() { * @since 1.0.0 */ public function settings_section_reporting() { - echo '

By choosing to share diagnostic and usage data, you help improve Cloudflare Stream for WordPress. You can opt out at any time by unchecking the box below.

'; + echo '

By choosing to share diagnostic and usage data, you help improve Cloudflare Stream for WordPress.

' + . '

You can opt-out at any time by checking the box below.

'; } /**