Skip to content

Commit

Permalink
Change at to on in submit dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Mar 15, 2024
1 parent a37c8ef commit fce23f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/exam-menubar/src/submit.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export class Submit {

let body = $("<div/>");

body.append($("<h4/>").text("We have received your submission at:"));
body.append($("<h4/>").text("We have received your submission on:"));
body.append($("<pre/>").text(data["timestamp"].split(".")[0]));

body.append($("<h4/>").text("Do you want to end your exam now?"));
Expand Down

0 comments on commit fce23f6

Please sign in to comment.