Skip to content

Commit

Permalink
Add missing strings for expense statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Sep 18, 2023
1 parent d69b9f6 commit 6b11ac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils/i18n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ mixin LocalizationsProvider on LocaleCodeAware {
static final Map<String, Map<String, String>> _localizedValues = {
'en': {
// STARTER: lang key - do not remove comment
'expense_status_4': 'Unpaid',
'expense_status_5': 'Paid',
'recurring': 'Recurring',
'ziptax_help':
'Note: this feature requires a Zip-Tax API key to lookup US sales tax by address',
Expand Down

0 comments on commit 6b11ac8

Please sign in to comment.