Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.1] fix alpha sorting in PR 42221 #3138

Closed
jgerman-bot opened this issue Mar 23, 2024 · 0 comments · Fixed by #3134
Closed

[5.1] fix alpha sorting in PR 42221 #3138

jgerman-bot opened this issue Mar 23, 2024 · 0 comments · Fixed by #3134

Comments

@jgerman-bot
Copy link

New language relevant PR in upstream repo: joomla/joomla-cms#43111 Here are the upstream changes:

Click to expand the diff!
diff --git a/administrator/language/en-GB/mod_user.ini b/administrator/language/en-GB/mod_user.ini
index c68f66b4005a..c30a0744b388 100644
--- a/administrator/language/en-GB/mod_user.ini
+++ b/administrator/language/en-GB/mod_user.ini
@@ -5,9 +5,9 @@
 
 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_MENU="User Menu"
 MOD_USER_TITLE="Signed in as %s"
-MOD_USER_LIGHT_MODE="Light Mode"
-MOD_USER_DARK_MODE="Dark Mode"
 MOD_USER_XML_DESCRIPTION="This module shows the User Menu and is intended to be displayed in the 'status' position."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants