Skip to content

Commit

Permalink
Fix typo in admin_settings_invoice.php
Browse files Browse the repository at this point in the history
Fixed typo in placeholder for email address to notify when invoices are paid online.

... leave bank for none -> ...leave blank for none.
  • Loading branch information
ColDog5044 authored Nov 24, 2024
1 parent a80fddf commit 47b720b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_settings_invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-bell"></i></span>
</div>
<input type="email" class="form-control" name="config_invoice_paid_notification_email" placeholder="Address to notify for paid invoices, leave bank for none" value="<?php echo nullable_htmlentities($config_invoice_paid_notification_email); ?>">
<input type="email" class="form-control" name="config_invoice_paid_notification_email" placeholder="Address to notify for paid invoices, leave blank for none" value="<?php echo nullable_htmlentities($config_invoice_paid_notification_email); ?>">
</div>
</div>

Expand Down

0 comments on commit 47b720b

Please sign in to comment.