From 5f116d522d3a7f79358d72f224a057bfad11b8f3 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Wed, 18 Feb 2015 17:31:09 -0500 Subject: [PATCH] fixed missing display message --- .../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 9b8873196..b385958db 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 @@ -296,7 +296,7 @@ "confirm": "Are you sure sure you would like to delete this scope? Clients that have this scope will still be able to ask for it.", "new": "New Scope", "text": "There are no system scopes defined. Clients may still have custom scopes.", - "tooltip-dynamic": "This scope can be used by dynamically registered clients" + "tooltip-restricted": "This scope can be used only by adminisrtators. It is not available for dynamic registration." } }, "token": {