From d3583122cca589113af498b383e4593544825279 Mon Sep 17 00:00:00 2001 From: qaisjp Date: Sat, 28 Mar 2026 19:23:04 -0700 Subject: [PATCH] Fix batch changes system configuration keys --- docs/batch-changes/permissions-in-batch-changes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/batch-changes/permissions-in-batch-changes.mdx b/docs/batch-changes/permissions-in-batch-changes.mdx index a12cd6fdd..13f233171 100644 --- a/docs/batch-changes/permissions-in-batch-changes.mdx +++ b/docs/batch-changes/permissions-in-batch-changes.mdx @@ -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`.