diff --git a/src/current/_includes/v25.1/cdc/configure-all-changefeed.md b/src/current/_includes/v25.1/cdc/configure-all-changefeed.md
index 6ac9e6b9b4c..dae02e71036 100644
--- a/src/current/_includes/v25.1/cdc/configure-all-changefeed.md
+++ b/src/current/_includes/v25.1/cdc/configure-all-changefeed.md
@@ -9,7 +9,7 @@ PAUSE JOBS (WITH x AS (SHOW CHANGEFEED JOBS) SELECT job_id FROM x WHERE status =
 
 This will change the status for each of the running changefeeds to `paused`, which can be verified with [`SHOW CHANGEFEED JOBS`]({% link {{ page.version.version }}/show-jobs.md %}#show-changefeed-jobs).
 
-To resume all running changefeeds:
+To resume all paused changefeeds:
 
 {% include_cached copy-clipboard.html %}
 ~~~sql