diff --git a/resources/lang/en-GB/transfers.php b/resources/lang/en-GB/transfers.php index 93be947e6..becce0773 100644 --- a/resources/lang/en-GB/transfers.php +++ b/resources/lang/en-GB/transfers.php @@ -28,6 +28,7 @@ return [ 'create' => ':user created this transfer on :date', 'transactions' => 'List of transactions related to this transfer', 'transactions_desc' => ':number transaction for :account', + 'attachments' => 'Download the files attached to this transfer', ], ]; diff --git a/resources/views/components/transactions/show/attachment.blade.php b/resources/views/components/transactions/show/attachment.blade.php index c65ba98c0..aefeb8dd7 100644 --- a/resources/views/components/transactions/show/attachment.blade.php +++ b/resources/views/components/transactions/show/attachment.blade.php @@ -1,30 +1,16 @@ @if ($attachment) -