summaryrefslogtreecommitdiff
path: root/vnc.html
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2019-10-14 10:17:44 +0200
committerPierre Ossman <ossman@cendio.se>2019-10-14 10:17:44 +0200
commit2b4c655405e2f9cffad881341053c3d4a7270cce (patch)
tree26737085180246b842beba772f977326fdce2f39 /vnc.html
parentf2d42dc3577d921ac8f51c029729b3fca275c483 (diff)
downloadnovnc-2b4c655405e2f9cffad881341053c3d4a7270cce.tar.gz
Fix alt text for drag button
We had left an old placeholder text on this button.
Diffstat (limited to 'vnc.html')
-rw-r--r--vnc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc.html b/vnc.html
index ce0bfca..c3fef0c 100644
--- a/vnc.html
+++ b/vnc.html
@@ -84,7 +84,7 @@
<h1 class="noVNC_logo" translate="no"><span>no</span><br>VNC</h1>
<!-- Drag/Pan the viewport -->
- <input type="image" alt="viewport drag" src="app/images/drag.svg"
+ <input type="image" alt="Drag" src="app/images/drag.svg"
id="noVNC_view_drag_button" class="noVNC_button noVNC_hidden"
title="Move/Drag Viewport">