From 93625f753b6fea8762cd1ff2c587e756659baf69 Mon Sep 17 00:00:00 2001 From: Benno Tielen Date: Mon, 13 Apr 2026 14:10:54 +0200 Subject: [PATCH] fix: contact --- src/collections/Parish.ts | 2 +- src/pageComponents/Parish/Parish.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/collections/Parish.ts b/src/collections/Parish.ts index 020fb4d..46d8d5c 100644 --- a/src/collections/Parish.ts +++ b/src/collections/Parish.ts @@ -65,7 +65,7 @@ export const Parish: CollectionConfig = { { name: 'contactPersons', label: { - de: "Ansprechpartner" + de: "Kontakt" }, type: 'array', fields: [ diff --git a/src/pageComponents/Parish/Parish.tsx b/src/pageComponents/Parish/Parish.tsx index 2c419cc..9dbad77 100644 --- a/src/pageComponents/Parish/Parish.tsx +++ b/src/pageComponents/Parish/Parish.tsx @@ -80,7 +80,7 @@ export const Parish = ( - + <Title title={"Kontakt"} size={"md"} color={"contrast"} /> <ContactPersonList persons={contactPersons} /> </Col>