Commit 59e1221c authored by Jérome Perrin's avatar Jérome Perrin

fixup! *: use "Username" in login and account creation dialogs

parent 655c06ec
Pipeline #10068 passed with stage
in 0 seconds
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<section> <section>
<form method="post" tal:attributes="action python: context.absolute_url()"> <form method="post" tal:attributes="action python: context.absolute_url()">
<div class="ui-field-contain"> <div class="ui-field-contain">
<label i18n:domain="ui" i18n:translate="">Login</label> <label i18n:domain="ui" i18n:translate="">Username</label>
<div><input autofocus type="text" name="user_login" value="" required=""></div> <div><input autofocus type="text" name="user_login" value="" required=""></div>
</div> </div>
<br/> <br/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment