fix:more title case fixes

This commit is contained in:
hackerESQ
2024-10-22 12:41:18 -05:00
parent 965303b6b0
commit c1a4a44024
6 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<x-ib-modal
key="create-transaction"
title="{{ __('Create transaction') }}"
title="{{ __('Create Transaction') }}"
>
@livewire('manage-transaction-form')
@@ -15,7 +15,7 @@
<div>
<x-button
label="{{ __('Create transaction') }}"
label="{{ __('Create Transaction') }}"
class="btn-sm btn-primary whitespace-nowrap "
@click="$dispatch('toggle-create-transaction')"
/>