From f2f218e10d8d6ee1f6cb39dd383a9ceffe524aa4 Mon Sep 17 00:00:00 2001
From: Felix Blanke <info@fblanke.de>
Date: Thu, 6 Feb 2025 17:46:26 +0100
Subject: [PATCH] Address line length

---
 AKModel/models.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/AKModel/models.py b/AKModel/models.py
index c1bdd5e3..14f33887 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.'
                                         ))
 
 
-- 
GitLab