Skip to content

Commit

Permalink
Fix capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Heath123 committed Mar 16, 2023
1 parent 3e18b94 commit 1404e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/startPage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ <h1 class='title'>pakkit</h1>
<input id="connect-port" name="connect-port" placeholder="25565" type="text" value="25565"/>
</li>
<li class="form-row" id="auth-row">
<label for="connect-port">Auth-Method:</label>
<label for="connect-port">Auth method:</label>
<span>
<label class="switch" style="padding: 0;">
<input id="auth-online" type="checkbox" value="auth-online"/>
<span class="slider round"></span>
</label>
Online-Mode (Microsoft-Auth)
Online mode
</span>
</li>
<li class="form-row topspacer">
Expand Down

0 comments on commit 1404e85

Please sign in to comment.