diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json b/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json index 5dbf7209a..cc19598b5 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json +++ b/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json @@ -231,10 +231,12 @@ "configuration-url": "Client Configuration URL", "edit-dynamically-registered": "Edit a Dynamically Registered Client", "edit-existing": "Edit an existing client", - "edit-existing-help": "Paste in your client ID and registration access token to access the client.", + "edit-existing-help": "Use this form to edit a previously-registered client. Paste in your client ID and registration access token to access the client.", + "edit-existing-button": "Edit Client", "invalid-access-token": "Invalid client or registration access token.", "new-client": "Register a new client", - "or": " - OR - ", + "new-client-help": "Use this form to register a new client with the authorization server. You will be given a client ID and a registration access token to manage your client.", + "new-client-button": "New Client", "regtoken-placeholder": "Enter Registration Access Token", "warning": "Warning! You MUST protect your Client ID, Client Secret (if provided), and your Registration Access Token. If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration records and you will need to register a new client.", "will-be-generated": "Will be generated by the server when the client is saved" @@ -266,13 +268,14 @@ "configuration-url": "Client Configuration URL", "edit": "Edit Protected Resource", "edit-existing": "Edit an existing protected resource", - "edit-existing-help": "Paste in your ID and registration access token to access the resource's properties.", + "edit-existing-help": "Use this form to edit a previously-registered resource. Paste in your client ID and registration access token to access the client.", + "edit-existing-button": "Edit Resource", "invalid-access-token": "Invalid client or registration access token.", - "new": "New Protected Resource", - "new-resource": "Register a new protected resource", - "or": " - OR - ", + "new-client": "Register a new protected resource", + "new-client-help": "Use this form to register a new resource with the authorization server. You will be given a client ID and a registration access token to manage your resource.", + "new-client-button": "New Resource", "regtoken-placeholder": "Enter Registration Access Token", - "will-be-generated": "Will be generated", + "will-be-generated": "Will be generated by the server when the resource is saved" "warning": "Warning! You MUST protect your Client ID, Client Secret (if provided), and your Registration Access Token. If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration records and you will need to register a new client.", "client-form": { "scope-help": "Scopes that this resource will be able to introspect tokens for." diff --git a/openid-connect-server-webapp/src/main/webapp/resources/template/dynreg.html b/openid-connect-server-webapp/src/main/webapp/resources/template/dynreg.html index bced781b1..afaaa6396 100644 --- a/openid-connect-server-webapp/src/main/webapp/resources/template/dynreg.html +++ b/openid-connect-server-webapp/src/main/webapp/resources/template/dynreg.html @@ -20,17 +20,18 @@
Use this form to register a new client with the authorization server. You will be given a client ID and a registration access token to manage your client.
+Use this form to edit a previously-registered client. Paste in your client ID and registration access token to access the client.
+ - - Paste in your client ID and registration access token to access the client. +Use this form to register a new protected with the authorization server. You will be given a client ID and a registration access token to manage your resource.
+Use this form to edit a previously-registered resource. Paste in your client ID and registration access token to access the resource.
+ + - - Paste in your ID and registration access token to access the resource's properties. +