Skip to content

Commit

Permalink
Merge pull request #1437 from Automattic/fix/my-comments-grammar
Browse files Browse the repository at this point in the history
Notifications: update grammar to be consistent with "your comments"
  • Loading branch information
lancewillett committed Dec 11, 2015
2 parents 66293f9 + 1db7041 commit 7e693e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/me/notification-settings/settings-form/locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const streamLabels = {
};

export const settingLabels = {
comment_like: () => i18n.translate( 'Likes on my comments' ),
comment_like: () => i18n.translate( 'Likes on your comments' ),
comment_reply: () => i18n.translate( 'Replies to your comments' ),

new_comment: () => i18n.translate( 'New Comment' ),
Expand Down

0 comments on commit 7e693e2

Please sign in to comment.