Skip to content

Commit

Permalink
Fix typo in admin_settings_quote.php
Browse files Browse the repository at this point in the history
Fixed typo in placeholder for email address to notify when quotes are accepted/declined.

... leave bank for none -> ...leave blank for none.
  • Loading branch information
ColDog5044 authored Nov 24, 2024
1 parent 44a8431 commit ffa677d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_settings_quote.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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_quote_notification_email" placeholder="Address to notify for quote accept/declines, leave bank for none" value="<?php echo nullable_htmlentities($config_quote_notification_email); ?>">
<input type="email" class="form-control" name="config_quote_notification_email" placeholder="Address to notify for quote accept/declines, leave blank for none" value="<?php echo nullable_htmlentities($config_quote_notification_email); ?>">
</div>
</div>

Expand Down

0 comments on commit ffa677d

Please sign in to comment.