diff --git a/app/config.yml b/app/config.yml index 19ebdff..aa7ff85 100644 --- a/app/config.yml +++ b/app/config.yml @@ -369,11 +369,11 @@ translations: de: Preis je Einheit (Fremdwährung) fr: Prix par unité (devise étrangère) "no": Pris per enhet (utenlandsk valuta) - total-local: - en: Line total (local currency) - de: Zeilenbetrag (Landeswährung) - fr: Total ligne (devise locale) - "no": Linjebeløp (lokal valuta) + total-foreign: + en: Line total in foreign currency + de: Zeilenbetrag (Fremdwährung) + fr: Total ligne en devise étrangère + "no": Linjebeløp i utenlandsk valuta add-line: en: "+ Add new line" de: "+ Neue Zeile hinzufügen" diff --git a/app/index.html b/app/index.html index a76cb6d..80121eb 100644 --- a/app/index.html +++ b/app/index.html @@ -889,7 +889,7 @@ function toggleFx(i) { -