Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/inc/class-cloudflare-stream-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -261,7 +261,8 @@ public function settings_section_api_keys() {
* @since 1.0.0
*/
public function settings_section_reporting() {
echo '<p>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.</p>';
echo '<p>By choosing to share diagnostic and usage data, you help improve Cloudflare Stream for WordPress.</p>'
. '<p>You can opt-out at any time by checking the box below.</p>';
}

/**
Expand Down