Skip to content

Commit

Permalink
fix typos and fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Jan 11, 2024
1 parent 7ee8da4 commit a9d7aef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ REACT_APP_DISABLE_TASK_CLUSTERS=''
# Disable User Leaderboard configurations
REACT_APP_DISABLE_USER_LEADERBOARD_CONFIGS=''

# Character requirement for challenge instructions
# For setting the minimum character count for challenge instructions
REACT_APP_CHALLENGE_INSTRUCTIONS_LENGTH=150
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ will not be able to make sense of it.
},

instructionsDescription: {
id: "Admin.EditChallenge.form.instructionsDescriptiojn",
id: "Admin.EditChallenge.form.instructionsDescription",
defaultMessage: "Instructions must be longer than {details} characters.",
},

Expand Down
2 changes: 1 addition & 1 deletion src/services/Error/Messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default defineMessages({
defaultMessage: "The 'DESCRIPTION OF YOUR CHALLENGE' field is required.",
},
challengeSaveInstructionFailure: {
id: "Errors.challengeSaveFailure.challengeSaveInstructionFailurke",
id: "Errors.challengeSaveFailure.challengeSaveInstructionFailure",
defaultMessage: "The 'DETAILED INSTRUCTIONS FOR MAPPERS' field must have more than {details} characters.",
},
challengeSaveEditPolicyAgreementFailure: {
Expand Down

0 comments on commit a9d7aef

Please sign in to comment.