mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
Renamed all references to "Flagged as spam email" (#15938)
closes TryGhost/Team#2352
This commit is contained in:
parent
f09ed78af2
commit
0caf8bff18
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user