aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2021-05-07 10:53:13 +1000
committerMiguel Jacq <mig@mig5.net>2021-05-07 10:53:13 +1000
commit296f480b8ce214dc64c6805538bd0b4eaa9f7b84 (patch)
treeb07eb4be119f04e3405968d09f3f84709a85d816
parente067fc2963fb86afb4e51d816dea13f701cff70d (diff)
downloadonionshare-296f480b8ce214dc64c6805538bd0b4eaa9f7b84.tar.gz
onionshare-296f480b8ce214dc64c6805538bd0b4eaa9f7b84.zip
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>