diff options
Diffstat (limited to 'actions/finishopenidlogin.php')
-rw-r--r-- | actions/finishopenidlogin.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/finishopenidlogin.php b/actions/finishopenidlogin.php index e3db23dc3..78044feb5 100644 --- a/actions/finishopenidlogin.php +++ b/actions/finishopenidlogin.php @@ -33,6 +33,7 @@ class FinishopenidloginAction extends Action { } else if ($this->boolean('connect')) { $this->connect_user(); } else { + common_debug(print_r($this->args, true), __FILE__); $this->show_form(_t('Something weird happened.'), $this->trimmed('newname')); } @@ -66,7 +67,7 @@ class FinishopenidloginAction extends Action { _t('1-64 lowercase letters or numbers, no punctuation or spaces')); common_submit('create', _t('Create')); common_element('h2', NULL, - 'Create new account'); + 'Connect existing account'); common_element('p', NULL, _t('If you already have an account, login with your username and password '. 'to connect it to your OpenID.')); |