diff --git a/includes/functions/settings/_settings_page_general.php b/includes/functions/settings/_settings_page_general.php index 242e45fb..2af572ad 100644 --- a/includes/functions/settings/_settings_page_general.php +++ b/includes/functions/settings/_settings_page_general.php @@ -636,7 +636,7 @@ $images = get_template_directory_uri() . '/img/documentation/'; 'fictioneer_enable_patreon_locks', __( 'Enable Patreon content gate', 'fictioneer' ), __( 'Requires OAuth 2.0 application with Patreon. Allows patrons to ignore passwords for selected posts.', 'fictioneer' ), - __( '

With this feature enabled, users authenticated via Patreon OAuth can access protected posts without the password. Just assign the tiers or a pledge threshold, per post or globally. This is in addition to regular user post unlocks and can be combined to target only paying patrons while working outside of tiers.

Requires an OAuth 2.0 application with Patreon. Users retain their access for a week by default, after which they need to re-login to refresh their membership data.

', 'fictioneer' ), + __( '

With this feature enabled, users authenticated via Patreon OAuth can access protected posts without the password. Just assign the tiers or a pledge threshold, per post or globally.

Requires an OAuth 2.0 application with Patreon. Users retain their access for a week by default, after which they need to re-login to refresh their membership data.

', 'fictioneer' ), '
' ); ?>