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.

'; } /**