diff options
author | Guillermo Ramos | 2025-03-16 13:19:26 +0100 |
---|---|---|
committer | Guillermo Ramos | 2025-03-16 13:27:04 +0100 |
commit | 069e902819955d26adc8045a760c1ccfa4be549e (patch) | |
tree | eede6e67305b76dd461d071baf9fe6bf8e868500 | |
parent | 0770503e4f57252f6edfd92a2e65f7b6c3eb77c7 (diff) | |
download | hiccup-069e902819955d26adc8045a760c1ccfa4be549e.tar.gz |
Wording
-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 |