Skip to content

Commit

Permalink
Slight update to pointer text for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
codebard committed Nov 15, 2019
1 parent 0768793 commit df33072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/patreon_admin_pointers.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function cache_option_pointer( $pointers ) {
'options' => array(
'content' => sprintf( '<h3> %s </h3> <p> %s </p>',
'New Patreon setting',
'Your Patreon integration now tries to prevent caching of your gated content. This helps users to access content they unlock easier by preventing them from seeing cached locked version of your content. If you need to turn off this feature you can set "Prevent caching of gated content" option to "No".'
'Your Patreon integration now tries to prevent caching of your gated content. This will help users to access the content they unlocked easily instead of still seeing the locked version that was cached. If you need to turn off this feature you can set "Prevent caching of gated content" option to "No".'
),
'position' => array( 'edge' => 'top', 'align' => 'middle' )
)
Expand Down

0 comments on commit df33072

Please sign in to comment.