Skip to content

Commit

Permalink
Update src/Widgets/Forms/CreateEventForm.php
Browse files Browse the repository at this point in the history
  • Loading branch information
saade authored Sep 18, 2022
1 parent 9b284ee commit 115f47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/Forms/CreateEventForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected function getCreateEventForm(): array
];
}

public function getCreateModalTitle(): string
public function getCreateEventModalTitle(): string
{
return __('filament::resources/pages/create-record.title', ['label' => $this->getModalLabel()]);
}
Expand Down

0 comments on commit 115f47b

Please sign in to comment.