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.
1 parent 3bd9cbb commit 46c7dfcCopy full SHA for 46c7dfc
spa/src/app/site/data-policy-footer/data-policy-footer.component.html
@@ -1,7 +1,7 @@
1
<ng-container *ngIf="!policyAccepted">
2
<div class="wrapper">
3
- <p class="fontsize-xs">By downloading any data I accept the
4
- <a href="https://www.humancellatlas.org/data-release-policy/" target="_blank">HCA Data Use Policy.</a></p>
+ <p class="fontsize-xs">By downloading data from the HCA DCP, you agree to the guidelines specified in the
+ <a href="https://www.humancellatlas.org/data-release-policy/" target="_blank">HCA Data Release Policy</a></p>
5
<span class="fontsize-xs" (click)="onPolicyAccepted()">Got it</span>
6
</div>
7
</ng-container>
0 commit comments