Skip to content

Commit

Permalink
[#316] Update UI to show hints based on encryption config
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Oct 21, 2024
1 parent 50778a6 commit a75d950
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/electron/src/views/DataExportView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,9 @@ function revealItemInFolder(event: Event) {
<p>
Please click "Next" once you are ready to
<b class="dark:text-white">first review, and later share your data</b>. The export
that will be created with your permission in the next step will be encrypted and
password-protected.
that will be created with your permission in the next step will be
<span v-if="studyConfig.dataExportEncrypted">encrypted and password-protected</span
>.
</p>
<p>
Below, you find additional information on the study and how the researchers ensure
Expand Down Expand Up @@ -274,7 +275,10 @@ function revealItemInFolder(event: Event) {
{{ studyConfig.name }}-study.
</p>
<p>
A single password-protected and encrypted
A single
<span v-if="studyConfig.dataExportEncrypted"
>password-protected and encrypted
</span>
<b class="dark:text-white">file was created</b> based on your preferences on the
previous page. To share this file with the researchers, please take the following
steps:
Expand Down

0 comments on commit a75d950

Please sign in to comment.