Skip to content

Commit b3c073e

Browse files
authored
Subscriptions: Fix the Subscribe block insertion toggle label (#36384)
* add the missing word * changelog
1 parent a66c61b commit b3c073e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function SubscriptionsSettings( props ) {
160160
onChange={ handleSubscribePostEndToggleChange }
161161
label={
162162
<>
163-
{ __( 'Add the Subscribe Block at the of each post', 'jetpack' ) }
163+
{ __( 'Add the Subscribe Block at the end of each post', 'jetpack' ) }
164164
{ isBlockTheme && singlePostTemplateEditorUrl && (
165165
<>
166166
{ '. ' }
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: other
3+
4+
Subscriptions: Fix the Subscribe block insertion toggle label

0 commit comments

Comments
 (0)