We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c654c commit d84efabCopy full SHA for d84efab
client/me/notification-settings/comment-settings/index.jsx
@@ -60,9 +60,7 @@ class NotificationCommentsSettings extends Component {
60
61
<Card>
62
<FormSectionHeading>{ translate( 'Comments on other sites' ) }</FormSectionHeading>
63
- <p>
64
- { translate( 'Control your notification settings when you comment on other blogs.' ) }
65
- </p>
+ <p>{ translate( 'Manage notifications for comments you leave on other sites.' ) }</p>
66
{ this.renderForm() }
67
</Card>
68
</Main>
0 commit comments