summaryrefslogtreecommitdiff
path: root/vnc.html
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-03-10 16:29:24 +0100
committerPierre Ossman <ossman@cendio.se>2022-03-10 16:29:24 +0100
commitda623156d34dae4d8fbc94cdc7180f5e76b4f0f8 (patch)
tree95739aeb656d5460eba2df48ebae4e1fcb81c28a /vnc.html
parent7be06b4d7db3be1434e68989b92710a4befbea38 (diff)
downloadnovnc-da623156d34dae4d8fbc94cdc7180f5e76b4f0f8.tar.gz
Adjust wording and style of server verify dialog
Try to be a bit more verbose about what this dialog means and what the user should do.
Diffstat (limited to 'vnc.html')
-rw-r--r--vnc.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/vnc.html b/vnc.html
index 87eac94..2afa211 100644
--- a/vnc.html
+++ b/vnc.html
@@ -280,12 +280,16 @@
<div class="noVNC_heading">
Server identity
</div>
+ <div>
+ The server has provided the following identifying information:
+ </div>
<div id="noVNC_fingerprint_block">
- <label>Fingerprint:</label>
- <div id="noVNC_fingerprint"></div>
+ <b>Fingerprint:</b>
+ <span id="noVNC_fingerprint"></span>
</div>
<div>
- Please verify the identification of the server by its fingerprint before you approve it.
+ Please verify that the information is correct and press
+ "Approve". Otherwise press "Reject".
</div>
<div>
<input id="noVNC_approve_server_button" type="submit" value="Approve" class="noVNC_submit">