diff options
author | tomsmeding <tom.smeding@gmail.com> | 2016-11-01 10:27:32 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2016-11-01 10:27:32 +0100 |
commit | 6c38ff04312e9cbed38e5397769157b0c8e6fce1 (patch) | |
tree | 85ec896690f870f4341f641d65a736419f82c0f9 | |
parent | 3e76e584aedb08f448aa1ee2388409c5e938975a (diff) |
todo: Fix typo
-rw-r--r-- | modules/todo/unknownuser.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/todo/unknownuser.html b/modules/todo/unknownuser.html index c8590a3..4e4a366 100644 --- a/modules/todo/unknownuser.html +++ b/modules/todo/unknownuser.html @@ -76,7 +76,7 @@ body{ </head> <body> <h1>TODO: Unknown user</h1> -<p>The user you entered is not known in the system. You can use the below form to create a new user. +<p>The user you entered is not known in the system. You can use the form below to create a new user. Be aware: this system is not secure.</p> Username: <input type="text" id="username" placeholder="username"><br> Password: <input type="password" id="password" placeholder="password"><br> |