From b2324400c1508e773b5d34923a38ff65acd6f9e5 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Sun, 21 Sep 2025 15:12:19 +0200 Subject: [PATCH] :lipstick: Modal title typo --- src/src/app/components/dashboard/dashboard.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/app/components/dashboard/dashboard.component.ts b/src/src/app/components/dashboard/dashboard.component.ts index 90837fa..ab139d4 100644 --- a/src/src/app/components/dashboard/dashboard.component.ts +++ b/src/src/app/components/dashboard/dashboard.component.ts @@ -497,7 +497,7 @@ export class DashboardComponent implements OnInit, AfterViewInit { const modal: DynamicDialogRef = this.dialogService.open( PlaceCreateModalComponent, { - header: "Create Place", + header: "Edit Place", modal: true, appendTo: "body", closable: true,