Skip to content

Commit

Permalink
[MER-3938] Replace submission text (#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonabella authored Oct 22, 2024
1 parent 3259c13 commit 6e9f2a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Submission: React.FC<Props> = ({ attemptState, surveyId }) => {
attemptState.dateSubmitted !== null &&
surveyId === null
) {
return <p>Your attempt has been submitted for instructor grading</p>;
return <p>Your response has been received</p>;
} else {
return null;
}
Expand Down

0 comments on commit 6e9f2a4

Please sign in to comment.