-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
316 make the encryption optional #329
Conversation
I agree - should we call it |
@@ -219,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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how will this read if dataExportEncrypted==false?
Isn't it:
The export that will be created with your permission in the next step will be.
Should we hide the entire sentence?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch, updated so it hides the complete sentence
How about |
@casaout looking at this now, the emphasis on
(...single) *file was created* (based...)
seems a bit weird. What do you think?