Skip to content

Commit

Permalink
Merge pull request #2794 from bcgov/fix/hamed-correct-labels-transfer…
Browse files Browse the repository at this point in the history
…-confirmation-2789

Fix: Correct labels transfer confirmation - 2789
  • Loading branch information
AlexZorkin authored Jan 13, 2024
2 parents f9369f7 + 5afb944 commit c64962f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions frontend/src/credit_transfers/CreditTransferViewContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,13 +524,12 @@ class CreditTransferViewContainer extends Component {
}}
id="confirmRecommend"
key="confirmRecommend"
confirmLabel="Recommend issuance"
confirmLabel="Recommend recording transfer"
cancelLabel="Cancel"
>
Are you sure you want to recommend issuance of compliance units for this
{[CREDIT_TRANSFER_TYPES.buy.id, CREDIT_TRANSFER_TYPES.sell.id].indexOf(item.type.id) >= 0
? ' transfer'
: ' Initiative Agreement'}?
? 'Are you sure you want to recommend recording this transfer?'
: 'Are you sure you want to recommend issuance of compliance units for this Initiative Agreement?'}
</Modal>
)
}
Expand Down

0 comments on commit c64962f

Please sign in to comment.