Skip to content

Commit

Permalink
fix part 3 label in the historical data entry table
Browse files Browse the repository at this point in the history
  • Loading branch information
prv-proton committed Jan 16, 2024
1 parent e99930a commit bb7a576
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 bb7a576

Please sign in to comment.