Fix alt text for drag button
We had left an old placeholder text on this button.
This commit is contained in:
parent
f2d42dc357
commit
2b4c655405
2
vnc.html
2
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">
|
||||
|
||||
|
|
Loading…
Reference in New Issue