Skip to content

Commit 323a6c9

Browse files
authored
Notifications: change Email subscriptions tab and section title (#103356)
1 parent f89be13 commit 323a6c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/me/notification-settings/navigation.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class NotificationSettingsNavigation extends Component {
3030
'/me/notifications': this.props.translate( 'Notifications' ),
3131
'/me/notifications/comments': this.props.translate( 'Comments' ),
3232
'/me/notifications/updates': this.props.translate( 'Updates' ),
33-
'/me/notifications/subscriptions': this.props.translate( 'Email Subscriptions' ),
33+
'/me/notifications/subscriptions': this.props.translate( 'Subscription settings' ),
3434
};
3535
};
3636

client/me/notification-settings/reader-subscriptions/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class NotificationSubscriptions extends Component {
186186
onSubmit={ this.handleSubmit }
187187
>
188188
<FormSectionHeading>
189-
{ this.props.translate( 'Email subscriptions' ) }
189+
{ this.props.translate( 'Subscription settings' ) }
190190
</FormSectionHeading>
191191
<p>
192192
{ this.props.translate(

0 commit comments

Comments
 (0)