Skip to content

Commit 8201522

Browse files
committed
Change title of send invoices config
1 parent 1929b40 commit 8201522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/class-paystack-forms-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function kkd_pff_paystack_editor_add_email_data() {
335335
if ($heading == "") {$heading = "We've received your payment";}
336336
if ($message == "") {$message = 'Your payment was received and we appreciate it.';}
337337
// Echo out the field
338-
echo '<p>Send Invoice for failed transactions:</p>';
338+
echo '<p>Send an invoices when a payment is attempted:</p>';
339339
echo '<select class="form-control" name="_sendinvoice" id="parent_id" style="width:100%;">
340340
<option value="no" '.kkd_pff_paystack_txncheck('no',$sendinvoice).'>Don\'t send</option>
341341
<option value="yes" '.kkd_pff_paystack_txncheck('yes',$sendinvoice).'>Send</option>

0 commit comments

Comments
 (0)