diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-17 16:10:48 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-17 16:10:48 +0200 |
| commit | b676299f983b6fc00458953d90efe3f784b86d62 (patch) | |
| tree | 1129be0f65eb4d0ce734c8f7074d985a70869202 /src/locales | |
| parent | c4ae6cfd53a0fc3ec94ab2aae9e2984a2b48da8f (diff) | |
expense views
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 b7312f6..c2b0738 100644 --- a/src/locales/en.cpp +++ b/src/locales/en.cpp @@ -151,6 +151,7 @@ locale_entry en_locales[] = { {"invoice.status.cancelled", "Cancelled"}, {"invoice.status.refunded", "Refunded"}, {"invoice.status.corrected", "Corrected"}, + {"invoice.status.received", "Received"}, }; const int en_locale_count = sizeof(en_locales) / sizeof(en_locales[0]);
\ No newline at end of file |
