From d497969b13bff2523baa90279eea47f140082ce8 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Fri, 13 Dec 2024 09:53:15 -0500 Subject: [PATCH] feat: Update confirmation message for the customer support feedback form (#2265) --- lib/dotcom_web/templates/customer_support/index.html.eex | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lib/dotcom_web/templates/customer_support/index.html.eex b/lib/dotcom_web/templates/customer_support/index.html.eex index 6e2d0fe127..4191326e77 100644 --- a/lib/dotcom_web/templates/customer_support/index.html.eex +++ b/lib/dotcom_web/templates/customer_support/index.html.eex @@ -4,9 +4,12 @@
" id="<%= if !show_error_message(@conn), do: "support-result" %>" tabindex="-1"> - <%= fa "check-circle" %> - Thank you for your feedback. -
Your comments have been sent to our Customer Support team. +

+ <%= fa "check-circle" %> Thank you for submitting your feedback. Our Customer Support team will review your comments soon. +

+

+ If you provided your contact info, check your email for a confirmation with an incident number. If you don’t receive a confirmation within 10 minutes, try submitting your feedback again or call us at 617-222-3200. +

" tabindex="-1">
">