summaryrefslogtreecommitdiff
path: root/vnc.html
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-11-14 17:17:01 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-11-14 17:17:01 +0100
commitf19e328dce42094e9889063ba0750a6878a74370 (patch)
treec5eb8e577517a2e65fd134dc9b1e740936e2246d /vnc.html
parent2825529a13d38d5c15eaaddc7ea93275f992a7ca (diff)
downloadnovnc-f19e328dce42094e9889063ba0750a6878a74370.tar.gz
Add explanation text to clipboard panel
Hopefully makes it a bit easier to understand what you as a user are supposed to do with the textarea.
Diffstat (limited to 'vnc.html')
-rw-r--r--vnc.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/vnc.html b/vnc.html
index 7096593..0d1c7d1 100644
--- a/vnc.html
+++ b/vnc.html
@@ -144,6 +144,9 @@
<div class="noVNC_heading">
<img alt="" src="app/images/clipboard.svg"> Clipboard
</div>
+ <p class="noVNC_subheading">
+ Edit clipboard content in the textarea below.
+ </p>
<textarea id="noVNC_clipboard_text" rows=5></textarea>
</div>
</div>