Skip to content

Commit

Permalink
Fix button label on create link component
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Mar 21, 2024
1 parent a24367a commit ac2d57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/links/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class="mt-1 block w-full"
class="text-{{ $user->left_color }} border-{{ $user->left_color }}"
type="submit"
>
{{ __('Send') }}
{{ __('Create') }}
</x-primary-colorless-button>
<button
@click="showLinksForm = false"
Expand Down

0 comments on commit ac2d57a

Please sign in to comment.