diff --git a/mo/web/templates/org_contest.html b/mo/web/templates/org_contest.html
index 0d9d61b3d414fea49dcd77435638e37430847c51..b8783549f5944b9d22134a8ed080f3c0f4cbf01a 100644
--- a/mo/web/templates/org_contest.html
+++ b/mo/web/templates/org_contest.html
@@ -23,7 +23,7 @@
 
 <div class="btn-group">
 	<a class="btn btn-default" href='{{ url_for('org_contest_list', id=contest.contest_id, site_id=site_id) }}'>Seznam účastníků</a>
-	<a class="btn btn-default" href='{{ url_for('org_contest_solutions', id=contest.contest_id, site_id=site_id) }}'>Tabulka řešení</a>
+	<a class="btn btn-default" href='{{ url_for('org_contest_solutions', id=contest.contest_id, site_id=site_id) }}'>Odevzdaná řešení</a>
 	{% if not site and can_manage %}
 	<a class="btn btn-primary" href='{{ url_for('org_contest_import', id=contest.contest_id) }}'>Importovat účastníky</a>
 	<a class="btn btn-primary" href='{{ url_for('org_proctor_import', id=contest.contest_id) }}'>Importovat dozor</a>