diff --git a/samples/openid/src/main/webapp/openidlogin.jsp b/samples/openid/src/main/webapp/openidlogin.jsp
index 30aed80c8c..30fb418d77 100644
--- a/samples/openid/src/main/webapp/openidlogin.jsp
+++ b/samples/openid/src/main/webapp/openidlogin.jsp
@@ -9,21 +9,21 @@
- Login
+ Please Enter Your OpenID Identity
<%-- this form-login-page form is also used as the
form-error-page to ask for a login again.
--%>
- Your login attempt was not successful, try again.
+ Your login attempt was not successful, try again.
Reason: <%= ((AuthenticationException) session.getAttribute(AbstractProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>