-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
New language relevant PR in upstream repo: joomla/joomla-cms#39924 Here are the upstream changes:
Click to expand the diff!
diff --git a/administrator/components/com_modules/layouts/joomla/form/field/modulespositionedit.php b/administrator/components/com_modules/layouts/joomla/form/field/modulespositionedit.php
index ac12aae6a94c..0bca7122aa69 100644
--- a/administrator/components/com_modules/layouts/joomla/form/field/modulespositionedit.php
+++ b/administrator/components/com_modules/layouts/joomla/form/field/modulespositionedit.php
@@ -53,7 +53,7 @@
$attributes = [
'class="' . $class . '"',
' allow-custom',
- ' search-placeholder="' . $this->escape(Text::_('JGLOBAL_TYPE_OR_SELECT_SOME_OPTIONS')) . '" ',
+ ' search-placeholder="' . $this->escape(Text::_('COM_MODULES_TYPE_OR_SELECT_POSITION')) . '" ',
];
$selectAttr = [
diff --git a/administrator/language/en-GB/com_modules.ini b/administrator/language/en-GB/com_modules.ini
index 742917cbe965..339f9fae77b4 100644
--- a/administrator/language/en-GB/com_modules.ini
+++ b/administrator/language/en-GB/com_modules.ini
@@ -189,7 +189,7 @@ COM_MODULES_SELECT_MODULE="Select module, %s"
COM_MODULES_SUBITEMS="Sub-items"
COM_MODULES_TABLE_CAPTION="Modules"
COM_MODULES_TYPE_CHOOSE="Select a Module Type"
-COM_MODULES_TYPE_OR_SELECT_POSITION="Type or Select a Position"
+COM_MODULES_TYPE_OR_SELECT_POSITION="Type or select a Position"
COM_MODULES_XML_DESCRIPTION="Component for module management in the Administrator Backend."
JLIB_RULES_SETTING_NOTES_COM_MODULES="Changes apply to this component only.<br><em><strong>Inherited</strong></em> - a Global Configuration setting or higher level setting is applied.<br><em><strong>Denied</strong></em> always wins - whatever is set at the Global or higher level and applies to all child elements.<br><em><strong>Allowed</strong></em> will enable the action for this component unless overruled by a Global Configuration setting." ; Alternate language strings for the rules form field