mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-09 23:15:45 -06:00
Added missing translations in link type overview.
This commit is contained in:
parent
511d2c8d1e
commit
730d5d72f3
@ -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',
|
||||
|
||||
|
@ -15,10 +15,10 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Source transaction</th>
|
||||
<th>{{ trans('firefly.source_transaction') }}</th>
|
||||
<th> </th>
|
||||
<th>Link description</th>
|
||||
<th>Destination transaction</th>
|
||||
<th>{{ trans('firefly.link_description') }}</th>
|
||||
<th>{{ trans('firefly.destination_transaction') }}</th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
Reference in New Issue
Block a user