11185: Addressed several requests:
[arvados.git] / apps / workbench / app / controllers / container_requests_controller.rb
index 51ad4b67544be0f260545806e8de29742fc32a87..0fc8cbdae4a30cd27dae6cc251901238a75cc303 100644 (file)
@@ -64,8 +64,8 @@ class ContainerRequestsController < ApplicationController
 
     @object = ContainerRequest.new
 
-    # By default the copied CR won't be reusing jobs, unless use_existing=true param
-    # is passed.
+    # By default the copied CR won't be reusing containers, unless use_existing=true
+    # param is passed.
     command = src.command
     if params[:use_existing]
       @object.use_existing = true