From 64fd91c3198d366e9341dd2caddebfca11400b07 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 26 Jul 2022 11:58:47 +0200 Subject: [PATCH] Trans --- htdocs/langs/en_US/loan.lang | 2 +- htdocs/loan/card.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/langs/en_US/loan.lang b/htdocs/langs/en_US/loan.lang index d271ed0c140..31a91f04d29 100644 --- a/htdocs/langs/en_US/loan.lang +++ b/htdocs/langs/en_US/loan.lang @@ -24,7 +24,7 @@ FinancialCommitment=Financial commitment InterestAmount=Interest CapitalRemain=Capital remain TermPaidAllreadyPaid = This term is allready paid -CantUseScheduleWithLoanStartedToPaid = Can't use scheduler for a loan with payment started +CantUseScheduleWithLoanStartedToPaid = Can't generate a timeline for a loan with a payment started CantModifyInterestIfScheduleIsUsed = You can't modify interest if you use schedule # Admin ConfigLoan=Configuration of the module loan diff --git a/htdocs/loan/card.php b/htdocs/loan/card.php index 3ad898cda98..f3d83a1d37d 100644 --- a/htdocs/loan/card.php +++ b/htdocs/loan/card.php @@ -473,7 +473,7 @@ if ($id > 0) { print ''; print ''; } else { - print ''.$langs->trans("LoanCapital").''.price($object->capital, 0, $outputlangs, 1, -1, -1, $conf->currency).''; + print ''.$langs->trans("LoanCapital").''.price($object->capital, 0, $outputlangs, 1, -1, -1, $conf->currency).''; } // Insurance @@ -482,7 +482,7 @@ if ($id > 0) { print ''; print ''; } else { - print ''.$langs->trans("Insurance").''.price($object->insurance_amount, 0, $outputlangs, 1, -1, -1, $conf->currency).''; + print ''.$langs->trans("Insurance").''.price($object->insurance_amount, 0, $outputlangs, 1, -1, -1, $conf->currency).''; } // Date start