Skip to content

Commit

Permalink
Merge pull request #22 from pinkary-project/fix/create-link-button
Browse files Browse the repository at this point in the history
Fix button label on create link component
  • Loading branch information
nunomaduro authored Mar 21, 2024
2 parents a24367a + ac2d57a commit d5a722d
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 d5a722d

Please sign in to comment.