diff options
author | Friendika <info@friendika.com> | 2010-11-18 15:06:33 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-18 15:06:33 -0800 |
commit | 0c7ae3aeee155425c0e2928ae67df76a7d1fe61e (patch) | |
tree | 66f907f8899f588ed42c0d9c01711c93cbe34dd9 /view/en/settings.tpl | |
parent | abc6199c175986c6d3f7b8b7944f1c3c1ec26163 (diff) | |
download | volse-hubzilla-0c7ae3aeee155425c0e2928ae67df76a7d1fe61e.tar.gz volse-hubzilla-0c7ae3aeee155425c0e2928ae67df76a7d1fe61e.tar.bz2 volse-hubzilla-0c7ae3aeee155425c0e2928ae67df76a7d1fe61e.zip |
smooth a few rough edges of openid
Diffstat (limited to 'view/en/settings.tpl')
-rw-r--r-- | view/en/settings.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/en/settings.tpl b/view/en/settings.tpl index f1926c004..734effc0c 100644 --- a/view/en/settings.tpl +++ b/view/en/settings.tpl @@ -128,8 +128,8 @@ Leave password fields blank unless changing <div id="settings-confirm-end" ></div> <div id="settings-openid-wrapper" > -<label id="settings-openid-label" for="settings-openid" >(optional) OpenID: </label> -<input type="text" id="settings-openid" class="openid" name="openid_url" value="$openid" /> +<label id="settings-openid-label" for="settings-openid" >OpenID: </label> +<input type="text" id="settings-openid" class="openid" name="openid_url" value="$openid" /> (Optional) Allow this OpenID to login to this account. </div> <div id="settings-openid-end" ></div> |