Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/batch-changes/permissions-in-batch-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ If you are not permitted to view a repository on Sourcegraph, you won't be able

## Disabling Batch Changes

A site admin can disable Batch Changes for a Sourcegraph instance by setting the [site configuration](/admin/config/site-config) property `"batch-changes.enabled"` to `false`.
A site admin can disable Batch Changes for a Sourcegraph instance by setting the [site configuration](/admin/config/site-config) property `"batchChanges.enabled"` to `false`.

## Disabling Batch Changes for non-site-admin users

A site admin can disable batch changes for regular users by setting the [site configuration](/admin/config/site-config) property `"batch-changes.restrictToAdmins"` to `true`.
A site admin can disable batch changes for regular users by setting the [site configuration](/admin/config/site-config) property `"batchChanges.restrictToAdmins"` to `true`.