diff --git a/templates/timetable.html b/templates/timetable.html
index a6dc1aba96a75d84cb9584967bdf3becfe951bf8..79c54716a1fce721c31f88e42903e03883356204 100644
--- a/templates/timetable.html
+++ b/templates/timetable.html
@@ -29,13 +29,13 @@ <h2>{% if group_mode %}{{ timetable }} &ndash;{% else %}Salle{% endif %} {{ grou
         {% endif %} &ndash;
         {% if last_week is not None %}
           <a href="{% if group_mode %}{% url "timetable" timetable.year.slug timetable.slug group.slug last_week.year last_week|dt_week %}{% else %}{% url "room-timetable" group.slug last_week.year last_week|dt_week %}{% endif %}">
-            Semaine {{ last_week|dt_week }}
+            Semaine précédente
           </a>
           &ndash;
         {% endif %}
         {% if next_week is not None %}
           <a href="{% if group_mode %}{% url "timetable" timetable.year.slug timetable.slug group.slug next_week.year next_week|dt_week %}{% else %}{% url "room-timetable" group.slug next_week.year next_week|dt_week %}{% endif %}">
-            Semaine {{ next_week|dt_week }}
+            Semaine suivante
           </a>
           &ndash;
         {% endif %}