New language relevant PR in upstream repo: joomla/joomla-cms#46626 Here are the upstream changes:
Click to expand the diff!
diff --git a/language/en-GB/mod_articles_archive.ini b/language/en-GB/mod_articles_archive.ini
index ab741ef786e9..5cc3dff6c245 100644
--- a/language/en-GB/mod_articles_archive.ini
+++ b/language/en-GB/mod_articles_archive.ini
@@ -3,7 +3,7 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8
-MOD_ARTICLES_ARCHIVE="Articles - Archived"
+MOD_ARTICLES_ARCHIVE="Articles - Archived (Legacy)"
MOD_ARTICLES_ARCHIVE_DATE="%1$s, %2$s"
MOD_ARTICLES_ARCHIVE_FIELD_COUNT_LABEL="# of Months"
-MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION="This module shows a list of the calendar months containing archived articles. After you have changed the status of an article to archived, this list will be automatically generated."
+MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION="This module shows a list of the calendar months containing archived articles. After you have changed the status of an article to archived, this list will be automatically generated. This module is superseded by the \"Articles\" module."
diff --git a/language/en-GB/mod_articles_archive.sys.ini b/language/en-GB/mod_articles_archive.sys.ini
index 460b900d92de..f080ef3b5b56 100644
--- a/language/en-GB/mod_articles_archive.sys.ini
+++ b/language/en-GB/mod_articles_archive.sys.ini
@@ -3,6 +3,6 @@
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8
-MOD_ARTICLES_ARCHIVE="Articles - Archived"
+MOD_ARTICLES_ARCHIVE="Articles - Archived (Legacy)"
MOD_ARTICLES_ARCHIVE_LAYOUT_DEFAULT="Default"
-MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION="This module shows a list of the calendar months containing Archived Articles. After you have changed the status of an Article to Archived, this list will be automatically generated."
+MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION="This module shows a list of the calendar months containing Archived Articles. After you have changed the status of an Article to Archived, this list will be automatically generated. This module is superseded by the \"Articles\" module."
New language relevant PR in upstream repo: joomla/joomla-cms#46626 Here are the upstream changes:
Click to expand the diff!