rename 'Leder' to 'Ingress'

This commit is contained in:
2024-06-24 00:35:57 +02:00
parent 0e04617fc9
commit 2925ef68b0
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ class AssociationIndex(Page):
body = CommonStreamField
content_panels = Page.content_panels + [
FieldPanel("lead", heading="Leder"),
FieldPanel("lead", heading="Ingress"),
FieldPanel("body", heading="Innhold"),
]