Merge pull request #1612 from williamsjoblom/master

Use "Full Screen" instead of "Fullscreen"
This commit is contained in:
Samuel Mannehed 2021-11-24 16:48:13 +01:00 committed by GitHub
commit c278b24eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -149,9 +149,9 @@
</div>
<!-- Toggle fullscreen -->
<input type="image" alt="Fullscreen" src="app/images/fullscreen.svg"
<input type="image" alt="Full Screen" src="app/images/fullscreen.svg"
id="noVNC_fullscreen_button" class="noVNC_button noVNC_hidden"
title="Fullscreen">
title="Full Screen">
<!-- Settings -->
<input type="image" alt="Settings" src="app/images/settings.svg"