aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-05-10 21:22:39 +0000
committerGitHub <noreply@github.com>2021-05-10 21:22:39 +0000
commit99350f07e535621f0f3453dae088bfe10881b69f (patch)
tree12b116b9082ff7323aa923d33d66966bd6023ca7
parent1dbffa9b0c1eaa9e6e7a00afcc7ed80e45103c6c (diff)
parent296f480b8ce214dc64c6805538bd0b4eaa9f7b84 (diff)
downloadonionshare-99350f07e535621f0f3453dae088bfe10881b69f.tar.gz
onionshare-99350f07e535621f0f3453dae088bfe10881b69f.zip
Merge pull request #1352 from mig5/receiver_text_hint
Remind the user to submit contact info if they want a response to a message in Receive Mode
-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>