Reword the MAS and Synapse admin scopes

This commit is contained in:
Quentin Gliech
2025-12-02 17:58:22 +01:00
parent 3410224315
commit f18b63ad64
2 changed files with 4 additions and 4 deletions

View File

@@ -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"
}

View File

@@ -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"