-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: new rejection reasons #4409
Conversation
✅ Deploy Preview for gallant-galileo-14878c canceled.
|
@@ -35,6 +35,8 @@ const Reasons: FunctionComponent<Props> = ({ | |||
onCode, | |||
onAddExplanation, | |||
}) => { | |||
/* eslint-disable */ | |||
console.log({ GQLREJECTION_REASON_CODE }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove?
locales/en-US/common.ftl
Outdated
@@ -42,6 +42,14 @@ common-moderationReason-rejectionReason-BANNED_WORD = | |||
Banned word | |||
common-moderationReason-rejectionReason-AD = | |||
Ad | |||
common-moderationReason-rejectionReason-HARASSMENT_BULLYING = | |||
Harassmen / bullying |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo Harassmen
--> Harassment
locales/en-US/common.ftl
Outdated
common-moderationReason-rejectionReason-HARASSMENT_BULLYING = | ||
Harassmen / bullying | ||
common-moderationReason-rejectionReason-MISINFORMATION = | ||
Minsinformation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo Minsinformation
--> Misinformation
What does this PR do?
These changes will impact:
What changes to the GraphQL/Database Schema does this PR introduce?
Does this PR introduce any new environment variables or feature flags?
If any indexes were added, were they added to
INDEXES.md
?How do I test this PR?
Where any tests migrated to React Testing Library?
How do we deploy this PR?