Skip to content

Commit

Permalink
[5.2] Clarify Cache Plugin
Browse files Browse the repository at this point in the history
Adds the highlighted text to the description of the page cache plugin in a perhaps feeble attempt to better explain why it probably is not what the user wants to enable.
  • Loading branch information
brianteeman committed Apr 26, 2024
1 parent 4aa1b8a commit c248a63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_system_cache.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ PLG_CACHE_FIELD_BROWSERCACHE_LABEL="Use Browser Caching"
PLG_CACHE_FIELD_EXCLUDE_DESC="Specify which URLs you want to exclude from caching, each on a separate line. Regular expressions are supported, eg. <br><strong>about\-[a-z]+</strong> - will exclude all URLs that have 'about-', for example 'about-us', 'about-me', 'about-joomla' etc.<br><strong>/component/users/</strong> - will exclude all URLs that have /component/users/.<br><strong>com_users</strong> - will exclude all Users component pages."
PLG_CACHE_FIELD_EXCLUDE_LABEL="Exclude URLs"
PLG_CACHE_FIELD_EXCLUDE_MENU_ITEMS_LABEL="Exclude Menu Items"
PLG_CACHE_XML_DESCRIPTION="Provides page caching."
PLG_CACHE_XML_DESCRIPTION="Provides page caching. This is only suitable for sites that have static content or content that does not change frequently."
PLG_SYSTEM_CACHE="System - Page Cache"
2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_system_cache.sys.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8

PLG_CACHE_XML_DESCRIPTION="Provides page caching."
PLG_CACHE_XML_DESCRIPTION="Provides page caching. This is only suitable for sites that have static content or content that does not change frequently."
PLG_SYSTEM_CACHE="System - Page Cache"

0 comments on commit c248a63

Please sign in to comment.