From f912b36ad0ca8e6c5a945f9a43eb4b1323b7e8f3 Mon Sep 17 00:00:00 2001
From: Andreas Hubel <andi@saerdnaer.de>
Date: Wed, 11 Dec 2024 22:22:03 +0100
Subject: [PATCH] fix(sos_create_edit): use proper translate msgid's

---
 src/backoffice/templates/backoffice/sos_create_edit.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backoffice/templates/backoffice/sos_create_edit.html b/src/backoffice/templates/backoffice/sos_create_edit.html
index 36ae74b41..ffaf7806e 100644
--- a/src/backoffice/templates/backoffice/sos_create_edit.html
+++ b/src/backoffice/templates/backoffice/sos_create_edit.html
@@ -107,7 +107,7 @@
               <span>{% trans "Event_publication_errors" %}</span>
               <ul>
                 {% for field, error in publication_errors.items %}
-                  {% with "SoS__"|add:field as field_name %}
+                  {% with "Event__"|add:field as field_name %}
                     <li>{% trans field_name %}: {{ error.0 }}</li>
                   {% endwith %}
                 {% endfor %}
-- 
GitLab