Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,7 @@ export function OutreachDetailPageContent({
onClose={() => !isSendingToExpert && setShowSendToExpertConfirm(false)}
title="Send this email to the expert?"
>
<p className="text-sm text-gray-600 mb-4">
This email will be sent to the expert. Sending may be disabled in non-production
environments.
</p>
<p className="text-sm text-gray-600 mb-4">This email will be sent to the expert.</p>
<div className="flex justify-end gap-2">
<Button
variant="outlined"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ export function GeneratedEmailsList({
title="Send emails to experts?"
>
<p className="text-sm text-gray-600 mb-4">
The selected emails will be sent to the experts. Sending may be disabled in non-production
environments.
The selected emails will be sent to the experts.
</p>
<div className="flex justify-end gap-2">
<Button
Expand Down