Skip to content

Commit 4b04ff8

Browse files
Gurudeepemjay0921
authored andcommitted
fix: Remove 'Default' text from eligibility criteria tab label
- Changed 'Configure the Default Eligibility Criteria' to 'Configure the Eligibility Criteria' - Updated page string attribute in create_program_wizard.xml - Addresses issue #722 - makes label more accurate as these are types of criteria, not defaults Fixes #722
1 parent 339b42a commit 4b04ff8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spp_programs/wizard/create_program_wizard.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
99
<field name="priority">1000</field>
1010
<field name="inherit_id" ref="g2p_programs.create_program_wizard_form_view" />
1111
<field name="arch" type="xml">
12+
<xpath expr="//page[@name='eligibility']" position="attributes">
13+
<attribute name="string">Configure the Eligibility Criteria</attribute>
14+
</xpath>
1215
<xpath expr="//page[@name='eligibility']/group[1]" position="replace">
1316
<group colspan="4" col="4">
1417
<field

0 commit comments

Comments
 (0)