Skip to content

Commit

Permalink
Merge pull request #421 from Sreejit-K/demo-donor
Browse files Browse the repository at this point in the history
updated the Esign Messages
  • Loading branch information
srprasanna authored Mar 15, 2024
2 parents 9f0ab44 + 1b687eb commit 118be8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions donor-registry/src/app/forms/forms.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h5 *ngIf="subDescription" class="font-weight-bold mb-2"> {{subDescription}}</h
<div class="d-flex flex-column justify-content-center align-items-center">
<!-- <div><img class="check-logo" src="assets/images/circle-check.png"></div> -->
<div class="p24 mb-2 mt-2 fw-bold" *ngIf="form != 'livedonor' && form != 'recipient'"> Confirm Pledge Registration</div>
<div class="p14 mb-2 mt-2 fw-bold">Please confirm and you will be redirected to eSign Portal</div>
<div class="p14 mb-2 mt-2 fw-bold">Please confirm.</div>
<div class="container-fluid mt-3">
<button data-dismiss="modal" class="btn btn-secondary btn-style mb-2">Cancel</button>
<a class="mt-3">
Expand Down Expand Up @@ -182,7 +182,7 @@ <h5 *ngIf="subDescription" class="font-weight-bold mb-2"> {{subDescription}}</h
<div class="d-flex flex-column justify-content-center align-items-center">
<!-- <div><img class="check-logo" src="assets/images/circle-check.png"></div> -->
<div class="p24 mb-2 mt-2 fw-bold" *ngIf="form != 'livedonor' && form != 'recipient'"> Confirm Details</div>
<div class="p14 mb-2 mt-2">Your certificate will be updated and you will be redirected to eSign Portal</div>
<div class="p14 mb-2 mt-2">Your certificate will be updated.</div>
<div class="container-fluid mt-3">
<button data-dismiss="modal" class="btn btn-secondary btn-style mb-2">Cancel</button>
<a class="mt-3">
Expand Down

0 comments on commit 118be8e

Please sign in to comment.