Clarify no-contact warning to say 'mobile number' not 'phone'

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-06 21:06:24 -04:00
parent ff231d9dd2
commit 135fd6f8d7
@@ -1564,7 +1564,7 @@
@if (!detHasMobile && !detHasEmail)
{
<div class="alert alert-warning alert-permanent py-1 px-2 small">
<i class="bi bi-exclamation-triangle me-1"></i>No email or phone — update the customer record to send this quote.
<i class="bi bi-exclamation-triangle me-1"></i>No email or mobile number on file — update the customer record to send this quote electronically.
</div>
}
@if (detHasMobile && !detHasSmsConsent)