Capitalize "declined" in acceptance in notification

This commit is contained in:
Marcus Moore 2023-05-03 17:03:22 -07:00
parent 4a0b3efd1f
commit 9efe13bb5e
No known key found for this signature in database

View file

@ -11,7 +11,7 @@
| **{{ ucfirst(trans('general.accepted')) }}** | {{ $accepted_date }} |
@endif
@if (isset($declined_date))
| **{{ trans('general.declined') }}** | {{ $declined_date }} |
| **{{ ucfirst(trans('general.declined')) }}** | {{ $declined_date }} |
@endif
@if ((isset($item_tag)) && ($item_tag!=''))
| **{{ trans('mail.asset_tag') }}** | {{ $item_tag }} |