Skip to content

Commit

Permalink
Fixes stupid typos :insert facepalm emoji:
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrbyers authored and joemull committed May 7, 2024
1 parent ae78037 commit 9f9eb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/admin/review/revision/view_revision.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ <h2>Author Responses</h2>
<p><strong>Covering Letter to Editor:</strong></p>
{{ revision_request.author_note|safe }}
{% else %}
<p>The author has not writen a covering letter.</p>
<p>The author has not written a covering letter.</p>
{% endif %}
</div>
<div class="large-6 medium-12 columns no-padding">
{% if revision_request.response_letter %}
<p><strong>Response Letter to Reviewers:</strong></p>
{{ revision_request.response_letter|safe }}
{% else %}
<p>The author write a response letter.</p>
<p>The author has not written a response letter.</p>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 9f9eb31

Please sign in to comment.