Skip to content

Commit

Permalink
Fix/tooltip text update sale gift transfer (#1578)
Browse files Browse the repository at this point in the history
* tooltip text update-sale gift transfer
  • Loading branch information
RuoxuanPengBC authored Oct 14, 2023
1 parent 7e785c8 commit b9caadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppr-ui/src/resources/transferTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const StaffTransferTypes: Array<TransferTypeSelectIF> = [
group: 1,
tooltip: {
title: 'Supporting Documents Required',
bullets: ['Transfer form', 'Bill of sale', 'Transfer fee']
bullets: ['Ownership Transfer or Change form', 'Bill of Sale']
}
},
{
Expand Down Expand Up @@ -134,7 +134,7 @@ export const QualifiedSupplierTransferTypes: Array<TransferTypeSelectIF> = [
group: 1,
tooltip: {
title: 'Supporting Documents Required',
bullets: ['Transfer form', 'Bill of sale', 'Transfer fee']
bullets: ['Ownership Transfer or Change form', 'Bill of Sale']
}
},
{
Expand Down

0 comments on commit b9caadf

Please sign in to comment.