Skip to content

Commit

Permalink
Update services/app-web/src/constants/statutoryRegulatoryAttestation.ts
Browse files Browse the repository at this point in the history
Co-authored-by: haworku <haworku@users.noreply.github.com>
  • Loading branch information
JasonLin0991 and haworku authored Nov 14, 2023
1 parent 4837f2f commit a0d18e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const StatutoryRegulatoryAttestation = {
YES: 'Yes the contract fully complies with all applicable requirements.',
NO: 'No the contract does not fully comply with all applicable requirements.',
YES: 'Yes, the contract fully complies with all applicable requirements',
NO: 'No, the contract does not fully comply with all applicable requirements',
}

const StatutoryRegulatoryAttestationQuestion =
Expand Down

0 comments on commit a0d18e2

Please sign in to comment.