diff --git a/docs/databases/users-roles-privileges.md b/docs/databases/users-roles-privileges.md index f8614644925d6e6683a9720f250ce2ec8925b60d..09d16fe96d809c04aadd3401c446f8432446f40f 100644 --- a/docs/databases/users-roles-privileges.md +++ b/docs/databases/users-roles-privileges.md @@ -139,7 +139,7 @@ Let's say you have customers named Tangerine and Lemon: - Create new database users `metabase_tangerine` and `metabase_lemon`. - Create a `customer_facing_analytics` role with the `CONNECT` privilege. - Create roles to bundle privileges specific to each customer's use case. For example: - - `tangerine_queries` to bundle read privileges for people to query and create stored procedures against the Orange schema. + - `tangerine_queries` to bundle read privileges for people to query and create stored procedures against the Tangerine schema. - `lemon_queries` to bundle read privileges for people to query tables in the Lemon schema. - `lemon_actions` to bundle the write privileges needed to create [actions](#privileges-to-enable-actions) on a Lemonade table in the Lemon schema. - Add each user to their respective roles.