-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Update confirmation message for the customer support feedback form #2265
feat: Update confirmation message for the customer support feedback form #2265
Conversation
@@ -7,6 +7,7 @@ | |||
<%= fa "check-circle" %> | |||
Thank you for your feedback. | |||
<br>Your comments have been sent to our Customer Support team. | |||
<br>If you included a contact email, please expect a confirmation email with an incident number within a few minutes. If not, please re-submit your feedback, or call with feedback at 617-222-3200. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: some <p>
tags wouldn't hurt here
@@ -7,6 +7,7 @@ | |||
<%= fa "check-circle" %> | |||
Thank you for your feedback. | |||
<br>Your comments have been sent to our Customer Support team. | |||
<br>If you included a contact email, please expect a confirmation email with an incident number within a few minutes. If not, please re-submit your feedback, or call with feedback at 617-222-3200. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (non-blocking): use a link to enable easy calling from mobile e.g. <a href="tel:1-562-867-5309">1-562-867-5309</a>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💞
Holding off on merging because of possible wordsmithing. |
6c6e3a0
to
f0714e8
Compare
Before
After
Asana Ticket: Update Customer Support feedback message