Skip to content

Commit

Permalink
Update resources/views/components/edit-event-modal.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
saade authored Sep 18, 2022
1 parent af4e25a commit 9b284ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/edit-event-modal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</x-filament::button>
@else
<x-filament::button color="secondary" x-on:click="isOpen = false">
{{ $this->getEditModalCloseButtonLabel() }}
{{ $this->getEditEventModalCloseButtonLabel() }}
</x-filament::button>
@endif
</x-slot>
Expand Down

0 comments on commit 9b284ee

Please sign in to comment.