Skip to content

Commit

Permalink
transaction_date
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsier committed Jan 17, 2024
1 parent 62618f9 commit 4bcbe22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ Strings.PLAN = 'plan'
Strings.QUOTA = 'quota'
Strings.RULE = 'rule'
Strings.SALE = 'sale'
Strings.TRANSACTION_DATE = 'transaction_date'
Strings.COMPENSATION = 'compensation'
Strings.REPORT = 'report'
Strings.DRAFT = 'draft'
Expand Down Expand Up @@ -345,6 +346,7 @@ Strings.DEFAULTS = {
[Strings.QUOTA]: 'Quota',
[Strings.RULE]: 'Rule',
[Strings.SALE]: 'Sale',
[Strings.TRANSACTION_DATE]: 'Transaction Date',
[Strings.COMPENSATION]: {
singular: 'Compensation',
plural: 'Compensation'
Expand Down

0 comments on commit 4bcbe22

Please sign in to comment.