-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix threat text in comment review (#2060)
- Loading branch information
1 parent
72da1e2
commit d7ed49b
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,9 @@ | |
"comment": { | ||
"admin": { | ||
"review": { | ||
"ifThreatContact": "If there is a threat/menace in the comments, check the box below. No email will be sent. Contact Joan Doe at", | ||
"threatTextOne": "Select this option if there is a threat/menace in the comment(s). No email will be sent. Contact", | ||
"threatContact": "Jon Doe", | ||
"threatTextTwo": "at", | ||
"threatContactEmail": "[email protected]" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,10 @@ | |
"comment": { | ||
"admin": { | ||
"review": { | ||
"ifThreatContact": "If there is a threat/menace in the comments, check the box below. No email will be sent. Contact Sarah Plank at [email protected]" | ||
"threatTextOne": "Select this option if there is a threat/menace in the comment(s). No email will be sent. Contact", | ||
"threatContact": "Sarah Plank", | ||
"threatTextTwo": "at", | ||
"threatContactEmail": "[email protected]" | ||
} | ||
} | ||
} | ||
|