Added missing translations in link type overview.

This commit is contained in:
koziolek 2017-10-06 23:39:15 +02:00
parent 511d2c8d1e
commit 730d5d72f3
2 changed files with 6 additions and 3 deletions

View File

@ -970,6 +970,9 @@ return [
'this_deposit' => 'This deposit',
'this_transfer' => 'This transfer',
'overview_for_link' => 'Overview for link type ":name"',
'source_transaction' => 'Source transaction',
'link_description' => 'Link description',
'destination_transaction' => 'Destination transaction',
'delete_journal_link' => 'Delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>',
'deleted_link' => 'Deleted link',

View File

@ -15,10 +15,10 @@
<thead>
<tr>
<th>&nbsp;</th>
<th>Source transaction</th>
<th>{{ trans('firefly.source_transaction') }}</th>
<th>&nbsp;</th>
<th>Link description</th>
<th>Destination transaction</th>
<th>{{ trans('firefly.link_description') }}</th>
<th>{{ trans('firefly.destination_transaction') }}</th>
<th>&nbsp;</th>
</tr>
</thead>