diff options
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/register.php b/actions/register.php index a6cdbb51b..29a7a70f7 100644 --- a/actions/register.php +++ b/actions/register.php @@ -125,7 +125,7 @@ class RegisterAction extends Action { common_element('input', array('name' => 'submit', 'type' => 'submit', 'id' => 'submit', - 'value' => _t('Login'))); + 'value' => _t('Register'))); common_element('input', array('name' => 'cancel', 'type' => 'button', 'id' => 'cancel', |