diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 731eab2f0..f3028c155 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -319,9 +319,9 @@ "scope": { "edit_profile": "Edit your profile and contact details", "manage_sessions": "Manage your devices and sessions", - "mas_admin": "Administer any user on the matrix-authentication-service", + "mas_admin": "Manage users (urn:mas:admin)", "send_messages": "Send new messages on your behalf", - "synapse_admin": "Administer the Synapse homeserver", + "synapse_admin": "Administer the server (urn:synapse:admin:*)", "view_messages": "View your existing messages and data", "view_profile": "See your profile info and contact details" } diff --git a/translations/en.json b/translations/en.json index c935542f3..601cb3534 100644 --- a/translations/en.json +++ b/translations/en.json @@ -664,7 +664,7 @@ "context": "components/scope.html:16:39-69", "description": "Displayed when the 'urn:mas:graphql:*' scope is requested" }, - "mas_admin": "Administer any user on the matrix-authentication-service", + "mas_admin": "Manage users (urn:mas:admin)", "@mas_admin": { "context": "components/scope.html:23:54-78", "description": "Displayed when the 'urn:mas:admin' scope is requested" @@ -673,7 +673,7 @@ "@send_messages": { "context": "components/scope.html:19:35-63" }, - "synapse_admin": "Administer the Synapse homeserver", + "synapse_admin": "Administer the server (urn:synapse:admin:*)", "@synapse_admin": { "context": "components/scope.html:21:53-81", "description": "Displayed when the 'urn:synapse:admin:*' scope is requested"