diff options
author | root <root@appliance.mnt.se> | 2011-07-25 20:14:02 +0200 |
---|---|---|
committer | root <root@appliance.mnt.se> | 2011-07-25 20:14:02 +0200 |
commit | 3fc853cc1e861f455888a92ff0c9995270d2ba2c (patch) | |
tree | b030abd6c28b314736faf6b4e6ecc830261943f4 /src/main/webapp/wayferror.jsp | |
parent | cb4806cb91b3ea6a01613bbfe68a9e04ed255578 (diff) |
imported 1.1.2
Diffstat (limited to 'src/main/webapp/wayferror.jsp')
-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 --- 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> |