From 193d3f8ec65b3cb32537e9a1b7e625947b23bca8 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Wed, 27 Jan 2016 09:44:04 -0500 Subject: [PATCH] fixed typo in messages file --- .../src/main/webapp/resources/js/locale/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cc19598b5..648a0d2f5 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 @@ -275,7 +275,7 @@ "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 by the server when the resource is saved" + "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."