Skip to content

Commit

Permalink
Merge pull request #3214 from BTWS2/spelling-error
Browse files Browse the repository at this point in the history
Rephrase message when there is no submission selected in an evaluation
  • Loading branch information
bmesuere authored Nov 22, 2021
2 parents 8c86abc + 01f36bf commit ad7889b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/locales/views/feedbacks/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ en:
feedbacks:
show:
feedback: "Give feedback"
no_linked_submission: "We couldn't find a submission of this user for this exercise that was made before the deadline of this evaluation."
no_linked_submission: "This user did not submit a solution for this exercise before the evaluation deadline."
submission_for: "Submission for"
by: "by"
submission:
Expand Down
2 changes: 1 addition & 1 deletion config/locales/views/feedbacks/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nl:
feedbacks:
show:
feedback: "Feedback geven"
no_linked_submission: "Er is geen oplossing van deze gebruiker gevonden voor deze oefening die voor de deadline van deze evaluatie werdt gemaakt."
no_linked_submission: "Deze gebruiker heeft geen oplossing voor deze oefening ingediend voor de evaluatiedeadline."
submission_for: "Oplossing voor"
by: "door"
submission:
Expand Down

0 comments on commit ad7889b

Please sign in to comment.