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 77a8121fd..70eef93c1 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 @@ -325,7 +325,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-restricted": "This scope can be used only by adminisrtators. It is not available for dynamic registration.", + "tooltip-restricted": "This scope can be used only by administrators. It is not available for dynamic registration.", "tooltip-default": "This scope is automatically assigned to newly registered clients." } }, @@ -533,4 +533,4 @@ "loggedOut": "You have been logged out of the identity server." } } -} \ No newline at end of file +}