diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-17 10:30:27 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-09-17 10:30:27 +0200 |
| commit | 885f413e9ae887979a59d0ca7238246429dd81ad (patch) | |
| tree | 07d2dabe1ae3fadf36d8526f3fb156c7796fb06b /src/locales | |
| parent | 8c1eb3246c8f738867b2ddeb44e48f8332633963 (diff) | |
set invoice finals if invoice currency != main currency
Diffstat (limited to 'src/locales')
| -rw-r--r-- | src/locales/en.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp index a5309a3..d70a282 100644 --- a/src/locales/en.cpp +++ b/src/locales/en.cpp @@ -141,6 +141,7 @@ locale_entry en_locales[] = { {"invoice.form.shippinginformation", "Shipping information"}, {"invoice.form.add", "+ Billing item"}, {"invoice.form.currency", "Currency"}, + {"invoice.form.finalSettlement", "Final settlement in"}, {"invoice.table.invoicenumber", "Invoice number"}, {"invoice.table.amount", "Amount"}, |
