Skip to content

[5.3] Improve user-facing error messages in com_users and com_content #45284

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

Open
wants to merge 1 commit into
base: 5.3-dev
Choose a base branch
from

Conversation

Manasvisingh12
Copy link

Enhancing Error Messaging in Joomla Admin Panel

This pull request improves the clarity and specificity of error messages across various admin panel components such as Contacts and Smart Search. The aim is to make the system's feedback more informative for users and developers, aiding faster debugging and a smoother user experience.

Summary of Changes:
Replaced generic error messages like "An Error Has Occurred" with more specific, actionable descriptions.
Updated language files (en-GB.com_contact.ini, en-GB.com_finder.ini, etc.) with meaningful error texts.
Ensured consistency in tone and terminology across messages.
Benefits:
Better UX: Clearer understanding of what went wrong and how to fix it.
Developer-Friendly: Reduces time spent interpreting vague errors.
Aligns with best practices in open-source software for accessibility and internationalization.
This is a small but meaningful step toward making Joomla more intuitive and developer-friendly.

@joomla-cms-bot joomla-cms-bot added Language Change This is for Translators NPM Resource Changed This Pull Request can't be tested by Patchtester PR-5.2-dev labels Apr 5, 2025
@exlemor
Copy link

exlemor commented Apr 5, 2025

@Manasvisingh12 - please provide screenshots showing the BEFORE and AFTER to make it easier to understand the improvement and Testing Instructions.

@chmst
Copy link
Contributor

chmst commented Apr 9, 2025

"An Error has occured" is not friendly, too vague and says nothing and as a user I hate this message. We should eliminate this everywhere.
In cases like here, where it is not possible to give an explanation why the error ocured, the message could be at least more soft and friendly. Also small changes make better user-experience.

@brianteeman
Copy link
Contributor

Any changes to the UNIQUE_ALIAS strings should be made to all instances and not just to com_contact

@brianteeman
Copy link
Contributor

package_lock.json should not be part of this PR - please remove it

@bembelimen bembelimen added the bug label Apr 15, 2025
@HLeithner HLeithner changed the base branch from 5.2-dev to 5.3-dev April 15, 2025 16:35
@HLeithner
Copy link
Member

This pull request has been automatically rebased to 5.3-dev.

@HLeithner HLeithner changed the title Improve user-facing error messages in com_users and com_content [5.3] Improve user-facing error messages in com_users and com_content Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Language Change This is for Translators NPM Resource Changed This Pull Request can't be tested by Patchtester PR-5.2-dev PR-5.3-dev
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants