Remove unnecessary colons on labels

Adrian Simmons created

Signed-off-by: Adrian Simmons <adrian@perlucida.co.uk>

Change summary

ws/static/login.html.tmpl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

ws/static/login.html.tmpl 🔗

@@ -7,11 +7,11 @@
         <div class="wrapper">
             <form method="post" class="login">
                 <div class="input">
-                    <label for="username">Username:</label>
+                    <label for="username">Username</label>
                     <input type="text" id="username" name="username">
                 </div>
                 <div class="input">
-                    <label for="password">Password:</label>
+                    <label for="password">Password</label>
                     <input type="password" id="password" name="password">
                 </div>
                 <input class="button" type="submit" formaction="/login" value="Login">