From 069e902819955d26adc8045a760c1ccfa4be549e Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 16 Mar 2025 13:19:26 +0100 Subject: Wording --- front/src/Main.elm | 6 +++--- 1 file 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 -- cgit v1.2.3