diff --git a/src/main/resources/com/cloudbees/simplediskusage/QuickDiskUsagePlugin/index.jelly b/src/main/resources/com/cloudbees/simplediskusage/QuickDiskUsagePlugin/index.jelly
index 87e59d1..3edfe6f 100644
--- a/src/main/resources/com/cloudbees/simplediskusage/QuickDiskUsagePlugin/index.jelly
+++ b/src/main/resources/com/cloudbees/simplediskusage/QuickDiskUsagePlugin/index.jelly
@@ -79,7 +79,7 @@
e.g. A 100MB WAR file is archived and 30 builds are retained in the build history - this will result in 3GB of
- usage for a single Jenkins job. By default builds are retained forever - thus the storage requirement for Jenkins master is unbounded.
+ usage for a single Jenkins job. By default builds are retained forever - thus the storage requirement for the Jenkins controller is unbounded.
Limiting Disk Usage
diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly
index 23dc18b..0804772 100644
--- a/src/main/resources/index.jelly
+++ b/src/main/resources/index.jelly
@@ -25,5 +25,5 @@
-->
- Alternative to disk-usage plugin, to compute in the background per job disk usage on jenkins master
+ Alternative to disk-usage plugin, to compute in the background per job disk usage on the Jenkins controller
\ No newline at end of file