Skip to content

Commit

Permalink
other comp
Browse files Browse the repository at this point in the history
  • Loading branch information
kylescarbx committed Oct 28, 2024
1 parent ecdb6d1 commit 3498724
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 @@ -307,6 +307,7 @@ Strings.QUOTA = 'quota'
Strings.RULE = 'rule'
Strings.SALE = 'sale'
Strings.TRANSACTION_DATE = 'transaction_date'
Strings.OTHER_COMP = 'other_comp'
Strings.COMPENSATION = 'compensation'
Strings.REPORT = 'report'
Strings.DRAFT = 'draft'
Expand Down Expand Up @@ -347,6 +348,7 @@ Strings.DEFAULTS = {
[Strings.RULE]: 'Rule',
[Strings.SALE]: 'Sale',
[Strings.TRANSACTION_DATE]: 'Transaction Date',
[Strings.OTHER_COMP]: 'Other Compensation',
[Strings.COMPENSATION]: {
singular: 'Compensation',
plural: 'Compensation'
Expand Down

0 comments on commit 3498724

Please sign in to comment.