summaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/register.php b/actions/register.php
index ccf3a50b6..1f470ccc0 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -102,11 +102,11 @@ class RegisterAction extends Action {
common_element_start('form', array('method' => 'POST',
'id' => 'login',
'action' => common_local_url('register')));
- common_element('label', array('for' => 'username'),
+ common_element('label', array('for' => 'nickname'),
_t('Name'));
- common_element('input', array('name' => 'username',
+ common_element('input', array('name' => 'nickname',
'type' => 'text',
- 'id' => 'username'));
+ 'id' => 'nickname'));
common_element('label', array('for' => 'password'),
_t('Password'));
common_element('input', array('name' => 'password',