Skip to content

Commit cf7a6b8

Browse files
Merge pull request #656 from OpenSPP/640-openspp-modules
[FIX] Change button names
2 parents 0501c8e + af96612 commit cf7a6b8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

spp_programs/views/cycle_view.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

spp_programs/views/programs_view.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)