Skip to content

Commit

Permalink
fixed label
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Apr 25, 2023
1 parent 88b6ff1 commit 1deebb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h5>
</td>
</tr>
<tr>
<td>Person Related Data</td>
<td>My project processes data of human subjects</td>
<td>
<p *ngIf="application?.project_application_person_related_data">Yes</p>
<p *ngIf="!application?.project_application_person_related_data">No</p>
Expand All @@ -117,7 +117,7 @@ <h5>
</td>
</tr>
<tr *ngIf="application?.project_application_person_related_data">
<td>Sensitive Personal data [Articles 4 (13,14,15), 9 GDPR and Recital 51] </td>
<td>Sensitive Personal data [Articles 4 (13,14,15), 9 GDPR and Recital 51]</td>
<td>
<p *ngIf="application?.project_application_sensitive_data">Yes</p>
<p *ngIf="!application?.project_application_sensitive_data">No</p>
Expand Down

0 comments on commit 1deebb0

Please sign in to comment.