aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/resources/templates/receive.html
diff options
context:
space:
mode:
Diffstat (limited to 'cli/onionshare_cli/resources/templates/receive.html')
-rw-r--r--cli/onionshare_cli/resources/templates/receive.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/cli/onionshare_cli/resources/templates/receive.html b/cli/onionshare_cli/resources/templates/receive.html
index c28813ea..159bfac5 100644
--- a/cli/onionshare_cli/resources/templates/receive.html
+++ b/cli/onionshare_cli/resources/templates/receive.html
@@ -21,11 +21,13 @@
{% if not disable_text and not disable_files %}
<p class="upload-header">Submit Files or Messages</p>
- <p class="upload-description">You can submit files, a message, or both</p>
+ <p class="upload-description">You can submit files, a message, or both.</p>
+ <p class="upload-description">Remember, you are accessing this service anonymously! Provide contact info if you want a response to the message.</p>
{% endif %}
{% if not disable_text and disable_files %}
<p class="upload-header">Submit Messages</p>
- <p class="upload-description">You can submit a message</p>
+ <p class="upload-description">You can submit a message.</p>
+ <p class="upload-description">Remember, you are accessing this service anonymously! Provide contact info if you want a response to the message.</p>
{% endif %}
{% if disable_text and not disable_files %}
<p class="upload-header">Submit Files</p>
@@ -61,4 +63,4 @@
<script async src="{{ static_url_path }}/js/receive.js" id="receive-script"></script>
</body>
-</html> \ No newline at end of file
+</html>