Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion administrator/components/com_menus/tmpl/items/modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<?php if ($multilang) : ?>
<td class="small d-none d-md-table-cell">
<?php if ($item->language == '') : ?>
<?php echo Text::_('JDEFAULT'); ?>
<?php echo Text::_('COM_MENUS_HOME'); ?>
<?php elseif ($item->language == '*') : ?>
<?php echo Text::alt('JALL', 'language'); ?>
<?php else : ?>
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/com_menus.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ COM_MENUS_HEADING_POSITION="Position"
COM_MENUS_HEADING_PUBLISHED_ITEMS="Published"
COM_MENUS_HEADING_TRASHED_ITEMS="Trashed"
COM_MENUS_HEADING_UNPUBLISHED_ITEMS="Unpublished"
COM_MENUS_HOME="Home"
COM_MENUS_INTEGRATION_FIELDSET_LABEL="Integration"
COM_MENUS_ITEM_DETAILS="Details"
COM_MENUS_ITEM_FIELD_ALIAS_MENU_LABEL="Menu Item"
Expand Down Expand Up @@ -205,6 +206,5 @@ COM_MENUS_XML_DESCRIPTION="Component for creating menus."

JLIB_RULES_SETTING_NOTES_COM_MENUS="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

JDEFAULT="Home" ; Alternate language strings for the default menu item
JLIB_HTML_SETDEFAULT_ITEM="Set as Home" ; Alternate language strings for the default menu item
JTOOLBAR_DEFAULT="Home" ; Alternate language strings for the default menu item