adds help text to dividend and split dates

This commit is contained in:
hackerESQ
2024-09-05 20:41:07 -05:00
parent c8467b94ce
commit 95222df471
7 changed files with 19 additions and 13 deletions
@@ -71,7 +71,7 @@ new class extends Component {
<x-loading x-show="loading" x-cloak class="text-gray-400 ml-2" />
</x-slot:value>
<x-slot:sub-value>
{{ $transaction->date->format('F j, Y') }}
<span title="{{ __('Transaction Date') }}">{{ $transaction->date->format('F j, Y') }} </span>
</x-slot:sub-value>
</x-list-item>