Fix typo in signup forms

LMS Lighthouse [#263]
This commit is contained in:
Carlos Andrés Rocha
2013-03-15 09:38:06 -07:00
parent 3b0aed5d42
commit 7697a43cf4

View File

@@ -25,7 +25,7 @@
<label data-field="password">Password*</label>
<input name="password" type="password" placeholder="****">
<label data-field="username">Public Username*</label>
<input name="username" type="text" placeholder="Shown on forms">
<input name="username" type="text" placeholder="Shown on forums">
<label data-field="name">Full Name*</label>
<input name="name" type="text" placeholder="For your certificate">
% else: