fix for modules\system\language\english\admin\modulesadmin.php#1621
fix for modules\system\language\english\admin\modulesadmin.php#1621mambax7 merged 1 commit intoXOOPS:masterfrom
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
WalkthroughRenamed language constants in the English admin module language file to clarify success and error message associations. The success message constant was renamed from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
There was a problem hiding this comment.
Pull request overview
This PR fixes a naming inconsistency in language constant definitions for the system module's modulesadmin interface. The constants _AM_SYSTEM_MODULES_ACCESS_USER_ADD and _AM_SYSTEM_MODULES_ACCESS_USER_ADD_ERROR had incorrect names where the first was mistakenly named with an _ERROR suffix despite being a success message, and the second had a duplicated _ERROR_ERROR suffix.
Changes:
- Corrected constant name from
_AM_SYSTEM_MODULES_ACCESS_USER_ADD_ERRORto_AM_SYSTEM_MODULES_ACCESS_USER_ADD(success message) - Corrected constant name from
_AM_SYSTEM_MODULES_ACCESS_USER_ADD_ERROR_ERRORto_AM_SYSTEM_MODULES_ACCESS_USER_ADD_ERROR(error message)




Summary by CodeRabbit