fixes
[koed-quiz.git] / koedquiz / templates / home.html
index 78dd39a..b4c1d20 100644 (file)
@@ -12,6 +12,6 @@
 {{ quiz.description|safe }}
 </div>
 
-<a class='big-button' href="{{ quiz.get_absolute_url }}">{% trans "Start quiz!" %}</a>
+<a class='big-button' href="{{ quiz.get_absolute_url }}">{% trans "Start the test!" %}</a>
 
 {% endblock %}