mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated reply-to address in newsletter preview
refs GRO-110
This commit is contained in:
parent
65d0884363
commit
26d89d421c
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ const NewsletterPreviewContent: React.FC<{
|
|||
if ({hasNewEmailAddresses} || isManagedEmail(config)) {
|
||||
emailHeader = <><p className="leading-normal"><span className="font-semibold text-grey-900">From: </span><span>{senderName} ({senderEmail})</span></p>
|
||||
<p className="leading-normal">
|
||||
<span className="font-semibold text-grey-900">Reply-to: </span>{senderReplyTo ? senderReplyTo : 'Not set' }
|
||||
<span className="font-semibold text-grey-900">Reply-to: </span>{senderReplyTo ? senderReplyTo : senderEmail}
|
||||
</p>
|
||||
</>;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue