diff --git a/AKModel/models.py b/AKModel/models.py
index c1bdd5e321ed8880fd1e729adecf3b8336260d72..14f33887af32550f5ae43586185c49464b76289d 100644
--- a/AKModel/models.py
+++ b/AKModel/models.py
@@ -165,8 +165,8 @@ class Event(models.Model):
                                        help_text=_('Default length in hours that is assumed for AKs in this event.'))
     export_slot = models.DecimalField(max_digits=4, decimal_places=2, default=1, verbose_name=_('Export Slot Length'),
                                         help_text=_(
-                                            'Slot duration in hours that is used in the timeslot discretization, when this event '
-                                            'is exported for the solver.'
+                                            'Slot duration in hours that is used in the timeslot discretization, '
+                                            'when this event is exported for the solver.'
                                         ))