diff options
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> |