small typo fix

This commit is contained in:
Saeed Vaziry 2024-01-02 20:18:25 +01:00
parent 10a6bb57a8
commit 31bd146239

View File

@ -1,6 +1,6 @@
<div>
<x-primary-button x-data="" x-on:click.prevent="$dispatch('open-modal', 'create-project')">
{{ __('Connect') }}
{{ __('Create') }}
</x-primary-button>
<x-modal name="create-project" :show="$open">