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

@ -15,7 +15,7 @@ class GenericPage(Page):
body = StreamField(BASE_BLOCKS + [("page_section", PageSectionBlock(label="Seksjon"))])
content_panels = Page.content_panels + [
FieldPanel("lead", heading="Leder"),
FieldPanel("lead", heading="Ingress"),
FieldPanel("body", heading="Innhold"),
]