-
Notifications
You must be signed in to change notification settings - Fork 17
fix: Remove 'Default' text from eligibility criteria tab label #815
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
base: 17.0
Are you sure you want to change the base?
fix: Remove 'Default' text from eligibility criteria tab label #815
Conversation
- Changed 'Configure the Default Eligibility Criteria' to 'Configure the Eligibility Criteria' - Updated page string attribute in create_program_wizard.xml - Addresses issue OpenSPP#722 - makes label more accurate as these are types of criteria, not defaults Fixes OpenSPP#722
I have read the CLA Document and I hereby sign the CLA Gurudeep seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
|
I have read the CLA Document and I hereby sign the CLA |
recheck |
recheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request removes the misleading "Default" text from the eligibility criteria tab label to improve clarity in the UI.
- Updated the page string attribute in spp_programs/wizard/create_program_wizard.xml to remove the reference to "Default".
Description
Removes the misleading "Default" text from the eligibility criteria configuration tab label.
Changes
spp_programs/wizard/create_program_wizard.xml
Why
The word "default" was misleading because these are actually types of eligibility criteria, not default ones. This makes the UI more accurate and user-friendly.
Fixes #722