Skip to content

Commit

Permalink
chore: change dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Jun 10, 2024
1 parent 802e19e commit 1affc5d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<h1 mat-dialog-title>EULA/TOS Confirmation</h1>
<h1 mat-dialog-title>Terms of data offer</h1>

<div mat-dialog-content>
<p>
Hereby I agree that by pressing the 'Confirm' button, I legally accept the
license terms, policies, and additional conditions for use, including any
copyright notices, associated with the provider's offer.
Hereby I agree that by pressing the 'Confirm' button, I accept the license
terms, policies, and additional conditions for use, including any copyright
notices, associated with the provider's offer.
</p>
</div>

<div class="w-full flex flex-col justify-center">
<mat-checkbox [checked]="checkboxChecked" (change)="onCheckboxChange($event)">
I agree to the EULA/TOS
I agree to the Terms of data offer
</mat-checkbox>

<div class="w-full flex flex-row justify-end" mat-dialog-actions>
Expand Down

0 comments on commit 1affc5d

Please sign in to comment.