diff options
author | Leif Johansson <leifj@sunet.se> | 2011-12-03 13:35:58 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-12-03 13:35:58 +0100 |
commit | 5b2aeed3a96b7871969834afbfbb40c9b57b5078 (patch) | |
tree | 8cdfe09d82def3b9a4dac4c836331eabe468d457 /src/main | |
parent | 86c770cbcf434429a12d89627f73f44abb466631 (diff) |
polish text
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 87f9cd3..f81f068 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -60,9 +60,9 @@ </li> <li style="vertical-align: top; padding-left: 20px;"> <h1>Select an identity provider</h1> - <p class="text">The service you are trying to use require that you identify yourself. Please select your identity provider below...</p> + <p class="text">The service you are trying to use require that you identify yourself. Please select your identity provider from the choices below:</p> <logic:present name="cookieList" scope="request"> - <p class="text">Here are some recently used identity providers for your convenience...</p> + <p class="text">Here are some recently used identity providers for your convenience.</p> <ul class="sitelist"> <logic:iterate id="site" name="cookieList"> <logic:present name="entityID" scope="request"> |