mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 21:04:50 +00:00
Fix typo in admin_settings_quote.php
Fixed typo in placeholder for email address to notify when quotes are accepted/declined. ... leave bank for none -> ...leave blank for none.
This commit is contained in:
@@ -41,7 +41,7 @@ require_once "inc_all_admin.php";
|
|||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text"><i class="fa fa-fw fa-bell"></i></span>
|
<span class="input-group-text"><i class="fa fa-fw fa-bell"></i></span>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user