mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Renamed all references to "Flagged as spam email" (#15938)
closes TryGhost/Team#2352
This commit is contained in:
parent
f09ed78af2
commit
0caf8bff18
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue