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 @@ -141,7 +141,7 @@ class NotificationSubscriptions extends Component {
141
141
onSubmit = { this . handleSubmit }
142
142
>
143
143
< FormSectionHeading >
144
- { this . props . translate ( 'Email subscriptions ' ) }
144
+ { this . props . translate ( 'Subscription settings ' ) }
145
145
</ FormSectionHeading >
146
146
< p >
147
147
{ this . props . translate (
You can’t perform that action at this time.
0 commit comments