Merge pull request #12065 from owncloud/loginname-username
Login Name -> Username in user management
This commit is contained in:
commit
0d00e247c3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<div id="controls">
|
||||
<form id="newuser" autocomplete="off">
|
||||
<input id="newusername" type="text"
|
||||
placeholder="<?php p($l->t('Login Name'))?>"
|
||||
placeholder="<?php p($l->t('Username'))?>"
|
||||
autocomplete="off" autocapitalize="off" autocorrect="off" />
|
||||
<input
|
||||
type="password" id="newuserpassword"
|
||||
|
|
Loading…
Reference in a new issue