Skip to content

Commit

Permalink
Fix alt text for drag button
Browse files Browse the repository at this point in the history
We had left an old placeholder text on this button.
  • Loading branch information
CendioOssman committed Oct 14, 2019
1 parent f2d42dc commit 2b4c655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnc.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand Down

0 comments on commit 2b4c655

Please sign in to comment.