Skip to content

Commit

Permalink
Merge pull request #2624 from jig-patel/tfrs-2576
Browse files Browse the repository at this point in the history
TFRS - revise messaging for category D checkbox#2576
  • Loading branch information
AlexZorkin committed Sep 20, 2023
2 parents 727f61e + e328883 commit bf680b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class CreditTransferTextRepresentation extends Component {
onChange={(event) => this.props.toggleCategoryDSelection(event.target.checked)}
style={{ paddingTop: 4 }}
/>
<span className='value'>Category D,</span>&nbsp;<span>approve as Category D if zero dollar value or significantly less than fair market value.</span>
<span>Select the checkbox to set the transfer as <span className='value'>Category D</span>&nbsp;if the price is significantly less than fair market value. This will override the default category determined by the agreement and approval dates indicated below.</span>
</div>
}
</div>
Expand Down

0 comments on commit bf680b0

Please sign in to comment.