diff --git a/arkindex/documents/management/commands/cleanup.py b/arkindex/documents/management/commands/cleanup.py
index b1316eba1aea00c420b256ababaf3ec5ddbeead1..0d38204adf839cffdc222702832d42513097aade 100644
--- a/arkindex/documents/management/commands/cleanup.py
+++ b/arkindex/documents/management/commands/cleanup.py
@@ -312,7 +312,7 @@ class Command(BaseCommand):
 
     def cleanup_archived_workers(self):
         """
-        Remove Worker instances that have been archived for longer than the configured model cleanup delay
+        Remove Worker instances that have been archived for longer than the configured worker cleanup delay
         and that are not being used in any worker result.
         """
         self.stdout.write('Removing archived workers…')