diff --git a/openslides/agenda/static/templates/agenda/item-sort.html b/openslides/agenda/static/templates/agenda/item-sort.html
index 56bf4ac57..b7a57d033 100644
--- a/openslides/agenda/static/templates/agenda/item-sort.html
+++ b/openslides/agenda/static/templates/agenda/item-sort.html
@@ -11,7 +11,7 @@
-
Drag and drop items to change the order of the agenda. Your modification will be saved directly.
+
Drag and drop items to change the order of the agenda. Your modification will be saved immediately.
diff --git a/openslides/assignments/models.py b/openslides/assignments/models.py
index f2e978b04..de70092fc 100644
--- a/openslides/assignments/models.py
+++ b/openslides/assignments/models.py
@@ -2,7 +2,6 @@ from django.conf import settings
from django.contrib.contenttypes.models import ContentType
from django.db import models
from django.utils.datastructures import SortedDict
-from django.utils.translation import ugettext as _
from django.utils.translation import ugettext_lazy, ugettext_noop
from openslides.agenda.models import Item, Speaker
@@ -355,9 +354,6 @@ class AssignmentPoll(RESTModelMixin, CollectDefaultVotesMixin,
blank=True,
verbose_name=ugettext_lazy("Comment on the ballot paper"))
- def __str__(self):
- return _("Ballot %d") % self.get_ballot()
-
def get_assignment(self):
return self.assignment
diff --git a/openslides/assignments/static/templates/assignments/assignmentpoll-form.html b/openslides/assignments/static/templates/assignments/assignmentpoll-form.html
index af4c08e23..48f4c6e00 100644
--- a/openslides/assignments/static/templates/assignments/assignmentpoll-form.html
+++ b/openslides/assignments/static/templates/assignments/assignmentpoll-form.html
@@ -1,4 +1,4 @@
-Ballot {{ ballot }}
+Ballot {{ ballot }}