Skip to content

Commit

Permalink
fix: update labels in notifications settings as per new act
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-valiollahi committed Jan 12, 2024
1 parent 2c796da commit 9ee9d2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ const CREDIT_TRANSFER_NOTIFICATIONS = [{
}, {
id: 2,
code: 'CREDIT_TRANSFER_SIGNED_1OF2',
description: 'Proposed',
description: 'Sent',
key: 'submitted',
recipients: ['fuel_supplier'],
feature: 'credit_transfer'
}, {
id: 10,
code: 'CREDIT_TRANSFER_PROPOSAL_REFUSED',
description: 'Refused',
description: 'Declined',
key: 'refused',
recipients: ['fuel_supplier'],
feature: 'credit_transfer'
}, {
id: 3,
code: 'CREDIT_TRANSFER_SIGNED_2OF2',
description: 'Signed',
description: 'Submitted',
key: 'accepted',
recipients: ['fuel_supplier', 'government'],
feature: 'credit_transfer'
Expand Down Expand Up @@ -53,7 +53,7 @@ const CREDIT_TRANSFER_NOTIFICATIONS = [{
}, {
id: 9,
code: 'CREDIT_TRANSFER_DECLINED',
description: 'Declined to record',
description: 'Refused',
key: 'declined',
permission: 'DECLINE_CREDIT_TRANSFER',
recipients: ['fuel_supplier', 'government'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ const GOVERNMENT_TRANSFER_NOTIFICATIONS = [{
}, {
id: 4,
code: 'PVR_RECOMMENDED_FOR_APPROVAL',
description: 'Recommended Director record',
description: 'Recommended issuance',
key: 'recommended',
recipients: ['government']
}, {
id: 11,
code: 'PVR_RESCINDED',
description: 'Rescinded',
description: 'Deleted',
key: 'rescinded',
recipients: ['government']
}, {
Expand Down

0 comments on commit 9ee9d2e

Please sign in to comment.