From ca35d4c73426a8b7e97cc60a36041cd18ad77e54 Mon Sep 17 00:00:00 2001 From: knugget Date: Fri, 10 Mar 2023 10:19:03 +0100 Subject: [PATCH] change wording in email --- apps/web/src/lib/email.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/lib/email.ts b/apps/web/src/lib/email.ts index aebb4f28a9..f047262444 100644 --- a/apps/web/src/lib/email.ts +++ b/apps/web/src/lib/email.ts @@ -125,7 +125,7 @@ export const sendSubmissionEmail = async ( ${ submission.customerEmail ? "

You can reply to this email to start a conversation with this user.

" - : "

You can add the user email to the submission and then simply hit 'Reply to' to start a conversation with your user. Here's how.

" + : "

You can add the respondents email to the submission and then simply hit 'Reply to' to start a conversation with your respondent. Here's how.

" }