diff --git a/src/main/webapp/overview.jsp b/src/main/webapp/overview.jsp index 103b1d7..d28d97d 100644 --- a/src/main/webapp/overview.jsp +++ b/src/main/webapp/overview.jsp @@ -50,7 +50,7 @@
- For more information please read the OpenAIRE API Authentication documentation. + For more information please read the OpenAIRE API Authentication documentation.
diff --git a/src/main/webapp/personal.jsp b/src/main/webapp/personal.jsp index caf7a7a..db1f033 100644 --- a/src/main/webapp/personal.jsp +++ b/src/main/webapp/personal.jsp @@ -87,7 +87,7 @@ For further information on how to use the tokens please visit the - OpenAIRE API Authentication documentation. + OpenAIRE API Authentication documentation.
diff --git a/src/main/webapp/registerService.jsp b/src/main/webapp/registerService.jsp index aa716ea..f2e9c50 100644 --- a/src/main/webapp/registerService.jsp +++ b/src/main/webapp/registerService.jsp @@ -220,10 +220,10 @@ function checkRadio() { var securityLevel = $('input[type=radio][name=security_level]:checked').val(); if(securityLevel === 'basic') { - $("#security-hint").html('Register your service to get a client id and a client secret. Use the client id and secret to make your requests. Read more...'); + $("#security-hint").html('Register your service to get a client id and a client secret. Use the client id and secret to make your requests. Read more...'); $("#public-key").hide(); } else { - $("#security-hint").html('Register your service to get a client id. Declare your public key and instead of using the client secret to make a request, send a client assertion (JWT) signed with your private key. Read more...'); + $("#security-hint").html('Register your service to get a client id. Declare your public key and instead of using the client secret to make a request, send a client assertion (JWT) signed with your private key. Read more...'); var keyType = $('input[type=radio][name=key_type]:checked').val(); $("#public-key").show(); if (keyType === 'uri') { diff --git a/src/main/webapp/registeredServices.jsp b/src/main/webapp/registeredServices.jsp index 8b7a919..9686bac 100644 --- a/src/main/webapp/registeredServices.jsp +++ b/src/main/webapp/registeredServices.jsp @@ -70,7 +70,7 @@
You can register up to 5 services. - For more information please read the OpenAIRE API Authentication documentation. + For more information please read the OpenAIRE API Authentication documentation.