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
@@ -162,7 +162,7 @@ new class extends Component {
<x-ib-modal
key="add-user-modal"
title="{{ __('Share Portfolio') }}"
title="{{ __('Share portfolio') }}"
>
<div class="" x-data="{ }">
<x-ib-form wire:submit="addUser" class="">
@@ -186,7 +186,7 @@ new class extends Component {
<x-button
label="{{ __('Share') }}"
title="{{ __('Share Portfolio') }}"
title="{{ __('Share portfolio') }}"
type="submit"
icon="o-paper-airplane"
class="btn-primary"