diff options
Diffstat (limited to 'front')
-rw-r--r-- | front/src/Main.elm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/front/src/Main.elm b/front/src/Main.elm index 4806457..df5e719 100644 --- a/front/src/Main.elm +++ b/front/src/Main.elm @@ -99,8 +99,8 @@ make_t lang str = "Total to pay: " -> "Total a pagar: " - "Total after early payments: " -> - "Total tras amortizaciones anticipadas: " + "With early payments: " -> + "Con amortizaciones anticipadas: " "Payed early: " -> "Anticipado: " @@ -1371,7 +1371,7 @@ simView m ( rawSpecs, sim ) = ] , overview (t "Total to pay: ") sim.payed_noprepays [] , if sim.payed_amortized > 0 then - overview (t "Total after early payments: ") sim.payed <| + overview (t "With early payments: ") sim.payed <| [ li [] [ text <| t "Payed early: " , amountView [] currency sim.payed_amortized |