Skip to content

Commit

Permalink
Merge pull request #2802 from bcgov/fix/hamed-notifications-labels-up…
Browse files Browse the repository at this point in the history
…date-2774

Fix: Update two notifications labels - 2774
  • Loading branch information
AlexZorkin authored Jan 16, 2024
2 parents 7e0cb6f + bc307d8 commit 57b84a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ const CREDIT_TRANSFER_NOTIFICATIONS = [{
}, {
id: 4,
code: 'CREDIT_TRANSFER_RECOMMENDED_FOR_APPROVAL',
description: 'Recommend Director Approval',
description: 'Recommend recording transfer',
key: 'recommended',
permission: 'RECOMMEND_CREDIT_TRANSFER',
recipients: ['government'],
feature: 'base'
}, {
id: 5,
code: 'CREDIT_TRANSFER_RECOMMENDED_FOR_DECLINATION',
description: 'Recommend Director Approval Decline',
description: 'Recommend refusing transfer',
key: 'not_recommended',
permission: 'RECOMMEND_CREDIT_TRANSFER',
recipients: ['government'],
Expand Down

0 comments on commit 57b84a1

Please sign in to comment.