File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
5959 />
6060 </xpath >
6161
62+ <xpath expr =" //button[@name='copy_beneficiaries_from_program']" position =" attributes" >
63+ <attribute name =" string" >Copy New Beneficiaries from Program</attribute >
64+ <attribute name =" title" >Copy New Beneficiaries from Program</attribute >
65+ </xpath >
6266 <xpath expr =" //button[@name='open_payments_form']" position =" attributes" >
6367 <attribute name =" icon" >fa-file-text-o</attribute >
6468 </xpath >
Original file line number Diff line number Diff line change @@ -104,13 +104,14 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
104104 <button
105105 name =" import_eligible_registrants"
106106 type =" object"
107- string =" Import Eligible Registrants"
107+ string =" Import New Eligible Registrants"
108108 icon =" fa-download"
109- title =" Import Eligible Registrants"
109+ title =" Import New Eligible Registrants"
110110 class =" btn-primary"
111111 invisible =" state != 'active'"
112112 />
113113 </xpath >
114+
114115 <xpath expr =" //button[@name='enroll_eligible_registrants']" position =" attributes" >
115116 <attribute
116117 name =" groups"
You can’t perform that action at this time.
0 commit comments