diff --git a/administrator/components/com_content/forms/filter_articles.xml b/administrator/components/com_content/forms/filter_articles.xml
index 006380099ff85..f1c01cd9eb621 100644
--- a/administrator/components/com_content/forms/filter_articles.xml
+++ b/administrator/components/com_content/forms/filter_articles.xml
@@ -29,7 +29,7 @@
label="JOPTION_SELECT_STAGE"
onchange="this.form.submit();"
activeonly="true"
- extension="com_content"
+ extension="com_content.article"
>
diff --git a/administrator/components/com_content/forms/filter_featured.xml b/administrator/components/com_content/forms/filter_featured.xml
index bb94ca9a957af..6d05c14f2ed22 100644
--- a/administrator/components/com_content/forms/filter_featured.xml
+++ b/administrator/components/com_content/forms/filter_featured.xml
@@ -26,7 +26,7 @@
type="status"
label="JOPTION_SELECT_PUBLISHED"
onchange="this.form.submit();"
- extension="com_content"
+ extension="com_content.article"
>