From eef0cd858d99373c731a18dcbe08dc6673f21977 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sat, 29 Oct 2022 16:44:38 +0200
Subject: [PATCH] =?UTF-8?q?M=C3=ADsto=20"Editace"=20kola/sout=C4=9B=C5=BEe?=
 =?UTF-8?q?=20=C5=99=C3=ADk=C3=A1me=20"Nastaven=C3=AD"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/org_contest_edit.html | 4 ++--
 mo/web/templates/org_round_edit.html   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mo/web/templates/org_contest_edit.html b/mo/web/templates/org_contest_edit.html
index 1a3a62f1..c0391c8c 100644
--- a/mo/web/templates/org_contest_edit.html
+++ b/mo/web/templates/org_contest_edit.html
@@ -1,9 +1,9 @@
 {% extends "base.html" %}
 {% import "bootstrap/wtf.html" as wtf %}
 
-{% block title %}Editace soutěže {{ round.round_code() }}: {{ contest.place.name }}{% endblock %}
+{% block title %}Nastavení soutěže {{ round.round_code() }}: {{ contest.place.name }}{% endblock %}
 {% block breadcrumbs %}
-{{ ctx.breadcrumbs(action="Editace") }}
+{{ ctx.breadcrumbs(action="Nastavení") }}
 {% endblock %}
 {% block body %}
 
diff --git a/mo/web/templates/org_round_edit.html b/mo/web/templates/org_round_edit.html
index 642fc31b..d3c7d94d 100644
--- a/mo/web/templates/org_round_edit.html
+++ b/mo/web/templates/org_round_edit.html
@@ -1,9 +1,9 @@
 {% extends "base.html" %}
 {% import "bootstrap/wtf.html" as wtf %}
 
-{% block title %}Editace kola {{ round.round_code() }}{% endblock %}
+{% block title %}Nastavení kola {{ round.round_code() }}{% endblock %}
 {% block breadcrumbs %}
-{{ ctx.breadcrumbs(action="Editace") }}
+{{ ctx.breadcrumbs(action="Nastavení") }}
 {% endblock %}
 {% block body %}
 
-- 
GitLab