Click to expand the diff!
```diff
diff --git a/administrator/language/en-GB/mod_user.ini b/administrator/language/en-GB/mod_user.ini
index c30a0744b3882..adbe9df8f39c7 100644
--- a/administrator/language/en-GB/mod_user.ini
+++ b/administrator/language/en-GB/mod_user.ini
@@ -5,9 +5,12 @@
MOD_USER="User Menu"
MOD_USER_ACCESSIBILITY_SETTINGS="Accessibility Settings"
-MOD_USER_DARK_MODE="Dark Mode"
MOD_USER_EDIT_ACCOUNT="Edit Account"
-MOD_USER_LIGHT_MODE="Light Mode"
+MOD_USER_LIGHTDARK_MODE="Light/Dark Mode"
MOD_USER_MENU="User Menu"
MOD_USER_TITLE="Signed in as %s"
MOD_USER_XML_DESCRIPTION="This module shows the User Menu and is intended to be displayed in the 'status' position."
+
+; Deprecated, will be removed with 6.0
+MOD_USER_LIGHT_MODE="Light Mode"
+MOD_USER_DARK_MODE="Dark Mode"
diff --git a/administrator/modules/mod_user/tmpl/default.php b/administrator/modules/mod_user/tmpl/default.php
index 2d0298a8bbb07..e855c4b2f2d92 100644
--- a/administrator/modules/mod_user/tmpl/default.php
+++ b/administrator/modules/mod_user/tmpl/default.php
@@ -54,10 +54,10 @@
```
New language relevant PR in upstream repo: https://github.com/joomla/joomla-cms/pull/43454 Here are the upstream changes:
Click to expand the diff!
```diff diff --git a/administrator/language/en-GB/mod_user.ini b/administrator/language/en-GB/mod_user.ini index c30a0744b3882..adbe9df8f39c7 100644 --- a/administrator/language/en-GB/mod_user.ini +++ b/administrator/language/en-GB/mod_user.ini @@ -5,9 +5,12 @@ MOD_USER="User Menu" MOD_USER_ACCESSIBILITY_SETTINGS="Accessibility Settings" -MOD_USER_DARK_MODE="Dark Mode" MOD_USER_EDIT_ACCOUNT="Edit Account" -MOD_USER_LIGHT_MODE="Light Mode" +MOD_USER_LIGHTDARK_MODE="Light/Dark Mode" MOD_USER_MENU="User Menu" MOD_USER_TITLE="Signed in as %s" MOD_USER_XML_DESCRIPTION="This module shows the User Menu and is intended to be displayed in the 'status' position." + +; Deprecated, will be removed with 6.0 +MOD_USER_LIGHT_MODE="Light Mode" +MOD_USER_DARK_MODE="Dark Mode" diff --git a/administrator/modules/mod_user/tmpl/default.php b/administrator/modules/mod_user/tmpl/default.php index 2d0298a8bbb07..e855c4b2f2d92 100644 --- a/administrator/modules/mod_user/tmpl/default.php +++ b/administrator/modules/mod_user/tmpl/default.php @@ -54,10 +54,10 @@ ```