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
+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,
@@ -43,7 +43,7 @@
@can('fullAccess', $portfolio)
<x-button
label="{{ __('Create Transaction') }}"
label="{{ __('Create transaction') }}"
class="btn-sm btn-primary whitespace-nowrap"
@click="$dispatch('toggle-create-transaction')"
/>