summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2025-09-06 11:58:12 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2025-09-06 11:58:12 +0200
commit68d0ef1586a90ddef6d0cef7ebd593828282c76a (patch)
tree6166037ca8a5d5ad168badc7ff5b76510bf05df4 /src/locales
parentb970907ef53f1b8367285cbe7c2dc2a7fa47967f (diff)
working on invoice templates
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index 767a07d..b528088 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -96,12 +96,12 @@ locale_entry en_locales[] = {
{"contact.form.email", "Email address"},
{"contact.form.phonenumber", "Phone number"},
{"contact.form.bankaccount", "Bank account"},
+ {"contact.form.city", "City"},
+ {"contact.form.postal", "Postal"},
+ {"contact.form.region", "Region"},
{"contact.table.identifier", "Identifier"},
{"contact.table.name", "Name"},
{"contact.table.address", "Address"},
- {"contact.table.city", "City"},
- {"contact.table.postal", "Postal"},
- {"contact.table.region", "Region"},
// Project strings.
{"project.form.identifier", "Identifier"},