Skip to content

Commit

Permalink
fix: Drop extraneous double quotes from reset warning
Browse files Browse the repository at this point in the history
In the pop-up dialog asking for confirmation after the learner has hit
the Reset button, the warning "This may take several minutes to
complete." is followed by an extra " character.

Remove the extraneous character from the template.
  • Loading branch information
fghaas committed Sep 15, 2023
1 parent 7840d46 commit 5d516e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hastexo/static/html/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1>{% trans "Are you sure?" %}</h1>
<p class="message">
{% trans "Resetting will return your lab environment to a pristine state." %}
<br/>
{% trans "This may take several minutes to complete." %}"
{% trans "This may take several minutes to complete." %}
<span class="exam-warning">
{% trans "In a timed exam, the timer will continue to run while your environment is being reset." %}</span>
<br/>
Expand Down

0 comments on commit 5d516e6

Please sign in to comment.