Skip to content

Commit 7d6285d

Browse files
committed
change tab and section title
1 parent a545976 commit 7d6285d

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
@@ -141,7 +141,7 @@ class NotificationSubscriptions extends Component {
141141
onSubmit={ this.handleSubmit }
142142
>
143143
<FormSectionHeading>
144-
{ this.props.translate( 'Email subscriptions' ) }
144+
{ this.props.translate( 'Subscription settings' ) }
145145
</FormSectionHeading>
146146
<p>
147147
{ this.props.translate(

0 commit comments

Comments
 (0)