diff --git a/client/me/notification-settings/navigation.jsx b/client/me/notification-settings/navigation.jsx index 63dabc916c61..8df669c452dd 100644 --- a/client/me/notification-settings/navigation.jsx +++ b/client/me/notification-settings/navigation.jsx @@ -30,7 +30,7 @@ class NotificationSettingsNavigation extends Component { '/me/notifications': this.props.translate( 'Notifications' ), '/me/notifications/comments': this.props.translate( 'Comments' ), '/me/notifications/updates': this.props.translate( 'Updates' ), - '/me/notifications/subscriptions': this.props.translate( 'Email Subscriptions' ), + '/me/notifications/subscriptions': this.props.translate( 'Subscription settings' ), }; }; diff --git a/client/me/notification-settings/reader-subscriptions/index.jsx b/client/me/notification-settings/reader-subscriptions/index.jsx index df80d2d41ef0..ed0bc9468b19 100644 --- a/client/me/notification-settings/reader-subscriptions/index.jsx +++ b/client/me/notification-settings/reader-subscriptions/index.jsx @@ -186,7 +186,7 @@ class NotificationSubscriptions extends Component { onSubmit={ this.handleSubmit } > - { this.props.translate( 'Email subscriptions' ) } + { this.props.translate( 'Subscription settings' ) }

{ this.props.translate(