We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fece3c + ccacf16 commit d9a4b4cCopy full SHA for d9a4b4c
src/app/shared/components/consent/consent.component.html
@@ -3,7 +3,7 @@
3
4
<div class="wrapper">
5
<div class="box">
6
- <div class="consent-title">Consent </div>
+ <div class="consent-title">Compliance Confirmation</div>
7
<app-checkbox [checked]="hasTermAccepted" text="I hereby certify that I am not, and/or the organization I am representing is not"
8
(checkboxEmitter)="onClickTermAccepted($event)" fontSize="16px" topMargin="5px" bold="true" [required]="true">
9
</app-checkbox>
0 commit comments