diff --git a/templates/404.html b/templates/404.html
index 281fe9caf728a7a0e879d2c69dfa1db67279b7bc..49a30ccd9c22e8b6bb0b0fd612c4f9e528a4bbf2 100644
--- a/templates/404.html
+++ b/templates/404.html
@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
-{% block title %}Page not found{% endblock %}
+{% block title %}Stránka nenalezena{% endblock %}
 
 {% block content %}
-The page you requested could not be found.
+Požadovaná stránka nebyla nalezena.
 {% endblock %}
diff --git a/templates/500.html b/templates/500.html
index ea97b712a5f3ad7c4671afdd2ae834270b63844f..cd2338a8bbabadc1f1254fb4933b69b94378a164 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
-{% block title %}Server error{% endblock %}
+{% block title %}Chyba serveru{% endblock %}
 
 {% block content %}
-There was an error while handling your request.
+Došlo k chybě při zpracování.
 {% endblock %}