Skip to content

Commit

Permalink
copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeaty committed Oct 2, 2024
1 parent b44bf19 commit f08318f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const getTitle = (
return getMessage(
bundles,
"notifications-yourPreviouslyRejectedCommentHasBeenApproved",
"Your comment was previously rejected. It has now been restored to the page."
"Your comment was previously rejected. It has now been approved."
);
}
if (type === GQLNOTIFICATION_TYPE.COMMENT_FEATURED) {
Expand Down
2 changes: 1 addition & 1 deletion locales/en-US/stream.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ notifications-yourCommentHasBeenRejected =
notifications-yourCommentHasBeenApproved =
Your comment has been approved
notifications-yourPreviouslyRejectedCommentHasBeenApproved =
Your comment was previously rejected. It has now been restored to the page.
Your comment was previously rejected. It has now been approved.
notifications-yourCommentHasBeenFeatured =
Your comment has been featured
notifications-yourCommentHasReceivedAReply =
Expand Down

0 comments on commit f08318f

Please sign in to comment.