Skip to content

Commit

Permalink
Merge pull request #9 from raynamharris/patch-1
Browse files Browse the repository at this point in the history
translate 'finish' to 'final
  • Loading branch information
fmichonneau committed Apr 13, 2018
2 parents 4ff89a1 + bcc8763 commit d597cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/syllabus.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2 id="schedule">Horario</h2>
<tr>
{% if multiday %}<td class="col-md-1"></td>{% endif %}
<td class="{% if multiday %}col-md-1{% else %}col-md-2{% endif %}">{% if hours < 10 %}0{% endif %}{{ hours }}:{% if minutes < 10 %}0{% endif %}{{ minutes }}</td>
<td class="col-md-3">Finish</td>
<td class="col-md-3">Final</td>
<td class="col-md-7"></td>
</tr>
</table>
Expand Down

0 comments on commit d597cc2

Please sign in to comment.