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> <div>
<x-primary-button x-data="" x-on:click.prevent="$dispatch('open-modal', 'create-project')"> <x-primary-button x-data="" x-on:click.prevent="$dispatch('open-modal', 'create-project')">
{{ __('Connect') }} {{ __('Create') }}
</x-primary-button> </x-primary-button>
<x-modal name="create-project" :show="$open"> <x-modal name="create-project" :show="$open">