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,