Remove crappy translation of link types. Still needs a solution.

This commit is contained in:
James Cole
2017-09-27 14:50:04 +02:00
parent fdfe18a952
commit c9cb310a2f
4 changed files with 6 additions and 14 deletions

View File

@@ -112,7 +112,7 @@ class VerifyDatabase extends Command
private function createLinkTypes()
{
$set = [
'Relates' => ['relates to', 'relates to'],
'Related' => ['relates to', 'relates to'],
'Refund' => ['(partially) refunds', 'is (partially) refunded by'],
'Paid' => ['(partially) pays for', 'is (partially) paid for by'],
'Reimbursement' => ['(partially) reimburses', 'is (partially) reimbursed by'],