Skip to content

Commit 35e9f08

Browse files
authored
[4.3] content admin menu filters (#39634)
1 parent 97c4042 commit 35e9f08

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

administrator/components/com_content/tmpl/articles/default.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<!-- Add fields to the request variables for the layout. -->
99
<fields name="request">
1010
<fieldset
11-
name="request"
11+
name="filter"
12+
label="COM_MENUS_ADMIN_FILTER_LABEL"
1213
addfieldprefix="Joomla\Component\Categories\Administrator\Field"
1314
>
1415
<field

administrator/language/en-GB/com_menus.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COM_MENUS_ADD_MENU_MODULE="Add a module for this menu"
1212
COM_MENUS_ADMIN_ACCESS_LABEL="Access"
1313
COM_MENUS_ADMIN_AUTHOR_LABEL="Author"
1414
COM_MENUS_ADMIN_CATEGORY_LABEL="Category"
15-
COM_MENUS_ADMIN_FILTER_LABEL="Filter"
15+
COM_MENUS_ADMIN_FILTER_LABEL="Filters"
1616
COM_MENUS_ADMIN_LANGUAGE_LABEL="Language"
1717
COM_MENUS_ADMIN_LEVEL_LABEL="Subcategory Levels"
1818
COM_MENUS_ADMIN_TAGS_LABEL="Tags"

0 commit comments

Comments
 (0)