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', [
'portfolio' => $portfolio,
@@ -14,7 +14,7 @@
<x-ib-modal
key="holding-options"
title="{{ __('Holding options') }}"
title="{{ __('Holding Options') }}"
>
@livewire('holding-options-form', [
'holding' => $holding