summaryrefslogtreecommitdiff
path: root/src/locales/en.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-01-12 14:27:43 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2026-01-12 14:27:43 +0100
commitafc58c547f25affd9075ee5eef4444b7c0855e06 (patch)
treed90311c217fd02d989bbffa720407fe254958474 /src/locales/en.cpp
parent74748ae725ca3cdcc450473ea0ccd245ab36533d (diff)
ui improvements
Diffstat (limited to 'src/locales/en.cpp')
-rw-r--r--src/locales/en.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index 673c3b7..2725df0 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -286,14 +286,14 @@ locale_entry en_locales[] = {
{ "country.ZW", "Zimbabwe" },
// Navigation.
- {"nav.invoices", "Invoices"},
- {"nav.expenses", "Expenses"},
- {"nav.contacts", "Contacts"},
- {"nav.reports", "Reports"},
+ {"nav.invoices", ICON_FA_FILE_ALT" Invoices"},
+ {"nav.expenses", ICON_FA_INBOX " Expenses"},
+ {"nav.contacts", ICON_FA_ADDRESS_BOOK" Contacts"},
+ {"nav.reports", ICON_FA_CHART_BAR" Reports"},
{"nav.reports.results", "Earnings"},
{"nav.reports.tax", "Tax return"},
- {"nav.projects", "Projects"},
- {"nav.settings", "Settings"},
+ {"nav.projects", ICON_FA_BRIEFCASE" Projects"},
+ {"nav.settings", ICON_FA_COG" Settings"},
// Contact strings.
{"contact.form.identifier", "Identifier"},