Renamed all references to "Flagged as spam email" (#15938)

closes TryGhost/Team#2352
This commit is contained in:
Elena Baidakova 2022-12-05 12:07:26 +04:00 committed by GitHub
parent f09ed78af2
commit 0caf8bff18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ export default class ParseMemberEventHelper extends Helper {
}
if (event.type === 'email_complaint_event') {
return 'flagged as spam email';
return 'email flagged as spam';
}
if (event.type === 'comment_event') {