diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index dd9f127293..43632689a8 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1141,6 +1141,10 @@ return [ 'link_relates to' => 'relates to', // link translations: + 'Paid_name' => 'Paid', + 'Refund_name' => 'Refund', + 'Reimbursement_name' => 'Reimbursement', + 'Related_name' => 'Related', 'relates to_inward' => 'relates to', 'is (partially) refunded by_inward' => 'is (partially) refunded by', 'is (partially) paid for by_inward' => 'is (partially) paid for by', diff --git a/resources/views/admin/link/index.twig b/resources/views/admin/link/index.twig index f49df83759..33185b4401 100644 --- a/resources/views/admin/link/index.twig +++ b/resources/views/admin/link/index.twig @@ -35,13 +35,13 @@ {% endif %}
{{ link.source|journalTotalAmount }} | -{{ linkType.outward }} | +{{ journalLinkTranslation('outward', linkType.outward) }} | {{ link.destination.description }} |