Skip to content

Commit 56fdc94

Browse files
Merge pull request #704 from ResearchHub/nick/expert-finder-small-copy-changes
Refactor outreach email messages to remove non-production environmentnote
2 parents 4eea984 + 9e74c03 commit 56fdc94

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

app/expert-finder/library/[searchId]/outreach/[emailId]/OutreachDetailPageContent.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,7 @@ export function OutreachDetailPageContent({
332332
onClose={() => !isSendingToExpert && setShowSendToExpertConfirm(false)}
333333
title="Send this email to the expert?"
334334
>
335-
<p className="text-sm text-gray-600 mb-4">
336-
This email will be sent to the expert. Sending may be disabled in non-production
337-
environments.
338-
</p>
335+
<p className="text-sm text-gray-600 mb-4">This email will be sent to the expert.</p>
339336
<div className="flex justify-end gap-2">
340337
<Button
341338
variant="outlined"

app/expert-finder/library/[searchId]/outreach/components/GeneratedEmailsList.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,7 @@ export function GeneratedEmailsList({
222222
title="Send emails to experts?"
223223
>
224224
<p className="text-sm text-gray-600 mb-4">
225-
The selected emails will be sent to the experts. Sending may be disabled in non-production
226-
environments.
225+
The selected emails will be sent to the experts.
227226
</p>
228227
<div className="flex justify-end gap-2">
229228
<Button

0 commit comments

Comments
 (0)