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

@ -16,7 +16,7 @@ class NewsIndex(Page):
lead = RichTextField(features=["bold", "italic", "link"], blank=True)
content_panels = Page.content_panels + [
FieldPanel("lead", heading="Leder"),
FieldPanel("lead", heading="Ingress"),
]
graphql_fields = [