Skip to content

Commit d9a4b4c

Browse files
Merge pull request #440 from communitybridge/title-change
Change title from Consent to Compliance Confirmation
2 parents 1fece3c + ccacf16 commit d9a4b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/components/consent/consent.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<div class="wrapper">
55
<div class="box">
6-
<div class="consent-title">Consent </div>
6+
<div class="consent-title">Compliance Confirmation</div>
77
<app-checkbox [checked]="hasTermAccepted" text="I hereby certify that I am not, and/or the organization I am representing is not"
88
(checkboxEmitter)="onClickTermAccepted($event)" fontSize="16px" topMargin="5px" bold="true" [required]="true">
99
</app-checkbox>

0 commit comments

Comments
 (0)