Skip to content

Commit

Permalink
Merge pull request #2801 from bcgov/fix/prashanth-hde-part3-label-fix…
Browse files Browse the repository at this point in the history
…-2773

fix part 3 label in the historical data entry table - 2773
  • Loading branch information
AlexZorkin authored Jan 16, 2024
2 parents e99930a + bb7a576 commit 7e0cb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/actions/creditTransfersActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const getCreditTransferType = (typeId, updateTimestamp=null) => {
case CREDIT_TRANSFER_TYPES.retirement.id:
return updateTimestamp && moment(updateTimestamp).isAfter(jan2024Timestamp) ? 'Assessment' : 'Reduction';
case CREDIT_TRANSFER_TYPES.part3Award.id:
return 'Part 3 Award'
return 'Initiative Agreement'
case CREDIT_TRANSFER_TYPES.adminAdjustment.id:
return 'Administrative Adjustment'
default:
Expand Down

0 comments on commit 7e0cb6f

Please sign in to comment.