fix:sentence case for translations

This commit is contained in:
hackerESQ
2024-10-22 12:36:43 -05:00
parent 6b424e2dcc
commit 965303b6b0
9 changed files with 34 additions and 27 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,