fix guest component
Some checks failed
Angular Build / build (push) Has been cancelled

This commit is contained in:
2026-03-20 19:14:59 +01:00
parent 902f1e97ee
commit f2986dd420
11 changed files with 229 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ export class ShowTypePipe implements PipeTransform {
case 'service-praise':
return 'Gottesdienst Lobpreis';
case 'home-group-big':
return 'großer Hauskreis';
return 'Großer Hauskreis';
case 'home-group':
return 'Hauskreis';
case 'prayer-group':
@@ -21,9 +21,9 @@ export class ShowTypePipe implements PipeTransform {
case 'kids-group':
return 'Kinderkreis';
case 'misc-public':
return 'sonstige öffentliche Veranstaltung';
return 'Sonstige öffentliche Veranstaltung';
case 'misc-private':
return 'sonstige private Veranstaltung';
return 'Sonstige private Veranstaltung';
}
return 'unbekannter Veranstaltungstyp';