diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index 57bbdec4..9d5274d8 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -49,7 +49,7 @@ <input class="login-input" type="email" id="login_username" placeholder="Email"> <input class="login-input" type="password" id="login_password" placeholder="Password" required value="Password"> <input class="login-input" type="submit" value="Sign in"> - <a class="forgot-password"> forgot password? </a> + <a class="forgot-password">Forgot your password?</a> </form> </fieldset> <div id="failed-login"> |
