Skip to content

Commit

Permalink
changed translation on asset acceptancen blade
Browse files Browse the repository at this point in the history
  • Loading branch information
Godmartinz committed Apr 3, 2024
1 parent c01bdb4 commit 5afe024
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| **{{ ucfirst(trans('general.declined')) }}** | {{ $declined_date }} |
@endif
@if (isset($note))
| **{{ trans('general.declined_note') }}** | {{ $note }} |
| **{{ trans('general.notes') }}** | {{ $note }} |
@endif
@if ((isset($item_tag)) && ($item_tag!=''))
| **{{ trans('mail.asset_tag') }}** | {{ $item_tag }} |
Expand Down

0 comments on commit 5afe024

Please sign in to comment.