From 135fd6f8d74f54fe132166c122c13d4f511ff65b Mon Sep 17 00:00:00 2001 From: Scott Pouliot Date: Wed, 6 May 2026 21:06:24 -0400 Subject: [PATCH] Clarify no-contact warning to say 'mobile number' not 'phone' Co-Authored-By: Claude Sonnet 4.6 --- src/PowderCoating.Web/Views/Quotes/Details.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PowderCoating.Web/Views/Quotes/Details.cshtml b/src/PowderCoating.Web/Views/Quotes/Details.cshtml index ff96485..bd1b409 100644 --- a/src/PowderCoating.Web/Views/Quotes/Details.cshtml +++ b/src/PowderCoating.Web/Views/Quotes/Details.cshtml @@ -1564,7 +1564,7 @@ @if (!detHasMobile && !detHasEmail) {
- No email or phone — update the customer record to send this quote. + No email or mobile number on file — update the customer record to send this quote electronically.
} @if (detHasMobile && !detHasSmsConsent)