Skip to content

Commit 6d049d7

Browse files
committed
Newsletter Settings: add clarify to clarify reply-to settings
Fixes CML-934
1 parent 16397e8 commit 6d049d7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

projects/plugins/jetpack/_inc/client/newsletter/email-settings.jsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,12 @@ const EmailSettings = props => {
417417
'Choose who receives emails when subscribers reply to your newsletter.',
418418
'jetpack'
419419
) }
420+
{ subscriptionReplyTo === 'author' &&
421+
' ' +
422+
__(
423+
'The author’s account must be connected to WordPress.com to use their email as the reply-to address.',
424+
'jetpack'
425+
) }
420426
</p>
421427
<RadioControl
422428
className="jp-form-radio-gap"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: bugfix
3+
4+
Newsletter Settings: update wording to clarify how the reply-to settings can be used.

0 commit comments

Comments
 (0)