Skip to content

Commit

Permalink
[#316] Fix description in data export
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Oct 22, 2024
1 parent a75d950 commit 128bd46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/electron/src/views/DataExportView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,10 @@ function revealItemInFolder(event: Event) {
</p>
<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
<span v-if="studyConfig.dataExportEncrypted">encrypted and password-protected</span
<b class="dark:text-white">first review, and later share your data</b>.
<span v-if="studyConfig.dataExportEncrypted">
The export that will be created with your permission in the next step will be
encrypted and password-protected </span
>.
</p>
<p>
Expand Down

0 comments on commit 128bd46

Please sign in to comment.