Fix alt text for drag button

We had left an old placeholder text on this button.
This commit is contained in:
Pierre Ossman 2019-10-14 10:17:44 +02:00
parent f2d42dc357
commit 2b4c655405
1 changed files with 1 additions and 1 deletions

View File

@ -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">