diff --git a/mo/web/templates/org_contest.html b/mo/web/templates/org_contest.html
index 2675f9e02c0179769676ae65f4bc6cf2e204f5ee..2d790c931a601bf0540353707a67fcd421589a46 100644
--- a/mo/web/templates/org_contest.html
+++ b/mo/web/templates/org_contest.html
@@ -62,7 +62,7 @@
 	<a class="btn btn-default" href='{{ url_for('org_contest_import', id=contest.contest_id) }}'>Importovat data</a>
 	{% endif %}
 	{% if can_manage and not site %}
-	<a class="btn btn-default" href='{{ url_for('org_contest_edit', id=contest.contest_id) }}'>Editovat nastavení</a>
+	<a class="btn btn-default" href='{{ url_for('org_contest_edit', id=contest.contest_id) }}'>Nastavení</a>
 	{% endif %}
 	{% if g.user.is_admin %}
 	<a class="btn btn-default" href="{{ log_url('contest', contest.contest_id) }}">Historie</a>
diff --git a/mo/web/templates/org_round.html b/mo/web/templates/org_round.html
index aa1a62a677497f02ed0459b0d5b7c2edb15e8b05..fd14ad4c3019e683405e08eef39f4613b9057359 100644
--- a/mo/web/templates/org_round.html
+++ b/mo/web/templates/org_round.html
@@ -73,7 +73,7 @@
 	<a class="btn btn-default" href='{{ url_for('org_round_import', id=round.round_id) }}'>Importovat data</a>
 	{% endif %}
 	{% if can_manage_round %}
-	<a class="btn btn-default" href='{{ url_for('org_round_edit', id=round.round_id) }}'>Editovat nastavení a termíny</a>
+	<a class="btn btn-default" href='{{ url_for('org_round_edit', id=round.round_id) }}'>Nastavení a termíny</a>
 	{% endif %}
 	{% if round.has_messages %}
 	<a class="btn btn-default" href='{{ url_for('org_round_messages', id=round.round_id) }}'>Zprávičky</a>