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
@@ -91,7 +91,7 @@ new class extends Component {
<x-ib-modal
key="manage-transaction"
title="{{ __('Manage transaction') }}"
title="{{ __('Manage Transaction') }}"
>
@livewire('manage-transaction-form', [
'portfolio' => $portfolio,