Skip to content

Commit

Permalink
Add clarification to 'you submitted this for review' message and edit…
Browse files Browse the repository at this point in the history
… button
  • Loading branch information
rstorey committed Jan 28, 2019
1 parent 287a11d commit abfef05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/templates/transcriptions/asset_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h2>Transcription</h2>
{% else %}
<button id="reject-transcription-button" disabled type="button" class="btn btn-primary" title="Correct errors you see in the text">Edit</button>
{% if transcription.user.pk == user.pk %}
<p class="help-text">You submitted this transcription for review by another user.</p>
<p class="help-text">You submitted this transcription. ou submitted this transcription. You can re-open it for editing if you wish to make changes before another volunteer reviews it.</p>
{% else %}
<button id="accept-transcription-button" disabled type="button" class="btn btn-primary" title="Confirm that the text is accurately transcribed">Accept</button>
{% endif %}
Expand Down

0 comments on commit abfef05

Please sign in to comment.