summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-08-17 08:04:19 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-08-17 08:04:19 +0200
commitc4ae6cfd53a0fc3ec94ab2aae9e2984a2b48da8f (patch)
treed0d557b7026afb6b17fb02b76738827f708c0070 /src/locales
parentb728a0a4131297b48d8627205d1c012e60ed0d80 (diff)
working on expenses
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index 9badbc1..b7312f6 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -115,7 +115,7 @@ locale_entry en_locales[] = {
{"settings.costcenters.table.code", "Code"},
{"settings.costcenters.table.description", "Description"},
- // Invoice strings.
+ // Invoice/expense strings.
{"invoice.form.costcenter", "Cost center"},
{"invoice.form.project", "Project"},
{"invoice.form.invoicenumber", "Invoice number"},
@@ -142,7 +142,7 @@ locale_entry en_locales[] = {
{"invoice.table.addressee", "Addressee"},
{"invoice.table.issuedat", "Issued At"},
{"invoice.table.status", "Status"},
-
+ {"invoice.table.sender", "Sender"},
{"invoice.status.concept", "Concept"},
{"invoice.status.sent", "Sent"},
{"invoice.status.reminded", "Reminded"},