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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/onionshare_cli/resources/templates/receive.html b/cli/onionshare_cli/resources/templates/receive.html
index 159bfac5..90f10798 100644
--- a/cli/onionshare_cli/resources/templates/receive.html
+++ b/cli/onionshare_cli/resources/templates/receive.html
@@ -53,7 +53,7 @@
<p><input type="file" id="file-select" name="file[]" multiple /></p>
{% endif %}
{% if not disable_text %}
- <p><textarea id="text" name="text" placeholder="Write a message"></textarea></p>
+ <p><textarea id="text" name="text" placeholder="Write a message (max length 524288 characters)" maxlength="524288"></textarea></p>
{% endif %}
<p><button type="submit" id="send-button" class="button">Submit</button></p>
</form>