From 965b9eb723943f5d71ba8e8d60c478eb78745ec0 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Fri, 15 Aug 2025 19:21:44 +0100 Subject: [PATCH] [5.3] Language string frontend Simple PR to correct the english as per our user interface guide https://manual.joomla.org/docs/next/user-interface-text/words2watch/ Frontend is one word not two words or hyphenated --- administrator/language/en-GB/com_config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/language/en-GB/com_config.ini b/administrator/language/en-GB/com_config.ini index 027846bfb3c83..1ffc8b1260b77 100644 --- a/administrator/language/en-GB/com_config.ini +++ b/administrator/language/en-GB/com_config.ini @@ -142,7 +142,7 @@ COM_CONFIG_FIELD_MEMCACHE_PERSISTENT_LABEL="Persistent Memcache(d)" COM_CONFIG_FIELD_MEMCACHE_PORT_LABEL="Memcache(d) Server Port" COM_CONFIG_FIELD_METAAUTHOR_LABEL="Author Meta Tag" COM_CONFIG_FIELD_METADESC_LABEL="Site Meta Description" -COM_CONFIG_FIELD_METAVERSION_DESC="Controls whether the generator meta tag in the HTML document's header in the front-end and in Atom feeds includes the exact version of your Joomla site. It is recommended to hide it for security reasons." +COM_CONFIG_FIELD_METAVERSION_DESC="Controls whether the generator meta tag in the HTML document's header in the frontend and in Atom feeds includes the exact version of your Joomla site. It is recommended to hide it for security reasons." COM_CONFIG_FIELD_METAVERSION_LABEL="Joomla Version" COM_CONFIG_FIELD_OFFLINE_IMAGE_LABEL="Offline Image" COM_CONFIG_FIELD_OFFLINE_MESSAGE_LABEL="Custom Message"