Commit 12506a4b authored by Raniere Silva's avatar Raniere Silva
Browse files

Improve wording on syllabus.html

As suggested by @gcapes.
parent 93aae566
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
    {% if multiday %}<td class="col-md-1"></td>{% endif %}
    <td class="{% if multiday %}col-md-1{% else %}col-md-2{% endif %}"></td>
    <td class="col-md-3"><a href="{{ page.root }}/setup">Setup</a></td>
    <td class="col-md-7">Dowload files used on the lesson.</td>
    <td class="col-md-7">Download files required for the lesson</td>
  </tr>
  {% for episode in site.episodes %}
    {% if episode.start %} {% comment %} Starting a new day? {% endcomment %}