diff --git a/includes/functions/settings/_settings_page_general.php b/includes/functions/settings/_settings_page_general.php index bb34913c..a402cff7 100644 --- a/includes/functions/settings/_settings_page_general.php +++ b/includes/functions/settings/_settings_page_general.php @@ -1097,7 +1097,7 @@ $images = get_template_directory_uri() . '/img/documentation/'; fictioneer_settings_label_checkbox( 'fictioneer_enable_ffcnr_auth', __( 'Enable FFCNR user authentication', 'fictioneer' ), - __( 'Recommended. Significantly faster frontend user setup, but can cause issues in rare cases.', 'fictioneer' ), + __( 'Recommended. Significantly faster frontend user setup, but might not work in rare cases. Not safe for multi-sites.', 'fictioneer' ), sprintf( __( 'FFCNR stands for Fast Fictioneer Requests, an alternative entry point to WordPress with minimal environment. In this mode, almost nothing is loaded: no themes, no plugins, and only a tiny subset of WordPress itself. This reduced environment significantly improves performance for certain tasks, such as fetching user data for the frontend. Refer to the installation guide for details on interacting with FFCNR.', 'fictioneer' ), 'https://github.com/Tetrakern/fictioneer/blob/main/INSTALLATION.md#ffcnr-fast-fictioneer-requests' diff --git a/languages/fictioneer.pot b/languages/fictioneer.pot index de076628..fa460e4d 100644 --- a/languages/fictioneer.pot +++ b/languages/fictioneer.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Fictioneer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-08 13:35+0000\n" +"POT-Creation-Date: 2024-12-08 17:41+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: \n" @@ -9292,8 +9292,8 @@ msgstr "" #: includes/functions/settings/_settings_page_general.php:1100 msgid "" -"Recommended. Significantly faster frontend user setup, but can cause issues " -"in rare cases." +"Recommended. Significantly faster frontend user setup, but might not work in " +"rare cases. Not safe for multi-sites." msgstr "" #: includes/functions/settings/_settings_page_tools.php:266