File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
client/me/notification-settings Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class NotificationSettingsNavigation extends Component {
30
30
'/me/notifications' : this . props . translate ( 'Notifications' ) ,
31
31
'/me/notifications/comments' : this . props . translate ( 'Comments' ) ,
32
32
'/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 ' ) ,
34
34
} ;
35
35
} ;
36
36
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ class NotificationSubscriptions extends Component {
186
186
onSubmit = { this . handleSubmit }
187
187
>
188
188
< FormSectionHeading >
189
- { this . props . translate ( 'Email subscriptions ' ) }
189
+ { this . props . translate ( 'Subscription settings ' ) }
190
190
</ FormSectionHeading >
191
191
< p >
192
192
{ this . props . translate (
You can’t perform that action at this time.
0 commit comments