Skip to content

Commit 922803b

Browse files
authored
Newsletter Settings: Remove deprecated settings notices. (#88844)
1 parent 57032c3 commit 922803b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

client/my-sites/site-settings/settings-newsletter/EmailsTextSetting.tsx

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -77,24 +77,6 @@ export const EmailsTextSetting = ( { value, disabled, updateFields }: EmailsText
7777
</FormSettingExplanation>
7878
</>
7979
) }
80-
81-
<FormLabel htmlFor="comment_follow_email_message">
82-
{ translate( 'Comment follow email message' ) }
83-
</FormLabel>
84-
<FormSettingExplanation>
85-
{ translate(
86-
'The ability to customize the comment follow email message had to be disabled to prevent abuse. It will revert to the default message for all new subscribers.'
87-
) }
88-
</FormSettingExplanation>
89-
90-
<FormLabel htmlFor="confirmation_email_message">
91-
{ translate( 'Confirmation email message' ) }
92-
</FormLabel>
93-
<FormSettingExplanation>
94-
{ translate(
95-
'The ability to customize the confirmation email message had to be disabled to prevent abuse. It will revert to the default message for all new subscribers.'
96-
) }
97-
</FormSettingExplanation>
9880
</FormFieldset>
9981
</div>
10082
);

0 commit comments

Comments
 (0)