diff --git a/openslides/agenda/templates/agenda/edit.html b/openslides/agenda/templates/agenda/edit.html
index 231117f36..57b03fb89 100644
--- a/openslides/agenda/templates/agenda/edit.html
+++ b/openslides/agenda/templates/agenda/edit.html
@@ -6,7 +6,7 @@
{{ block.super }} –
{% if item %}
{{ item.title }} – {% trans "Edit item" %}
- {%else %}
+ {% else %}
{% trans "New item" %}
{% endif %}
{% endblock %}
diff --git a/openslides/application/templates/application/edit.html b/openslides/application/templates/application/edit.html
index 4f710bb7f..5701c9b8a 100644
--- a/openslides/application/templates/application/edit.html
+++ b/openslides/application/templates/application/edit.html
@@ -6,7 +6,7 @@
{{ block.super }} –
{% if application %}
{% trans "Edit application" %}
- {%else %}
+ {% else %}
{% trans "New application" %}
{% endif %}
{% endblock %}
diff --git a/openslides/assignment/templates/assignment/config.html b/openslides/assignment/templates/assignment/config.html
index 4db8cee13..1b65c4320 100644
--- a/openslides/assignment/templates/assignment/config.html
+++ b/openslides/assignment/templates/assignment/config.html
@@ -2,7 +2,7 @@
{% load i18n %}
-{% block title %}{{ block.super }} - {% trans "Election settings" %}{% endblock %}
+{% block title %}{{ block.super }} – {% trans "Election settings" %}{% endblock %}
{% block content %}
{%trans "Election settings" %}
diff --git a/openslides/assignment/templates/assignment/edit.html b/openslides/assignment/templates/assignment/edit.html
index e9b3cb2c8..cd90fd019 100644
--- a/openslides/assignment/templates/assignment/edit.html
+++ b/openslides/assignment/templates/assignment/edit.html
@@ -2,7 +2,15 @@
{% load i18n %}
-{% block title %}{{ block.super }} - {%trans "Election" %}{% endblock %}
+{% block title %}
+ {{ block.super }} –
+ {% if assignment %}
+ {% trans "Edit election" %}
+ {% else %}
+ {% trans "New election" %}
+ {% endif %}
+{% endblock %}
+
{% block content %}
{% if assignment %}
diff --git a/openslides/assignment/templates/assignment/overview.html b/openslides/assignment/templates/assignment/overview.html
index c8ef40eca..0b4e8095a 100644
--- a/openslides/assignment/templates/assignment/overview.html
+++ b/openslides/assignment/templates/assignment/overview.html
@@ -3,7 +3,7 @@
{% load i18n %}
{% load staticfiles %}
-{% block title %}{{ block.super }} - {%trans "Elections" %}{% endblock %}
+{% block title %}{{ block.super }} – {% trans "Elections" %}{% endblock %}
{% block content %}
{%trans "Elections" %}
diff --git a/openslides/assignment/templates/assignment/poll_view.html b/openslides/assignment/templates/assignment/poll_view.html
index a55f5265e..f52ed9aaa 100644
--- a/openslides/assignment/templates/assignment/poll_view.html
+++ b/openslides/assignment/templates/assignment/poll_view.html
@@ -2,7 +2,7 @@
{% load i18n %}
-{% block title %}{{ block.super }} - {%trans "Election" %} "{{ assignment }}"{% endblock %}
+{% block title %}{{ block.super }} – {% trans "Election" %} "{{ assignment }}"{% endblock %}
{% block content %}
{%trans "Election" %}: {{ assignment }}
diff --git a/openslides/assignment/templates/assignment/view.html b/openslides/assignment/templates/assignment/view.html
index f138d98ca..38620c80e 100644
--- a/openslides/assignment/templates/assignment/view.html
+++ b/openslides/assignment/templates/assignment/view.html
@@ -3,7 +3,7 @@
{% load i18n %}
{% load staticfiles %}
-{% block title %}{{ block.super }} - {% trans "Assignment" %} "{{ assignment }}"{% endblock %}
+{% block title %}{{ block.super }} – {% trans "Election" %} "{{ assignment }}"{% endblock %}
{% block content %}