diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-03 10:53:40 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-03 10:53:40 +0100 |
commit | b5c41b83249677bf1dec46de4a7ce97fee55729e (patch) | |
tree | 5e894d0a4b132f41a38a7004e8f65d40dcf037be /src/main/webapp/wayferror.jsp | |
parent | 0a90384a9c7d840e88d9636271e8393a514647a0 (diff) |
import 1.1.31.1.3
Diffstat (limited to 'src/main/webapp/wayferror.jsp')
-rwxr-xr-x[-rw-r--r--] | src/main/webapp/wayferror.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/wayferror.jsp b/src/main/webapp/wayferror.jsp index a0cb29d..1fd564a 100644..100755 --- a/src/main/webapp/wayferror.jsp +++ b/src/main/webapp/wayferror.jsp @@ -25,12 +25,12 @@ <p>Please email <a href="mailto:user@domain"> administrator's name</a> and include the following error message:</p> <logic:notEmpty name="requestURL"> -<p class="error">WAYF failure at (<bean:write name="requestURL" />)</p> +<p class="error">Discovery Service failure at (<bean:write name="requestURL" />)</p> <p><bean:write name="errorText" /></p> </logic:notEmpty> <logic:empty name="requestURL"> -<p class="error">The DiscoveryService should not be called directly</p> +<p class="error">The Discovery Service should not be called directly</p> </logic:empty> |