diff --git a/module/task/view/batchedit.html.php b/module/task/view/batchedit.html.php
index d220b44399..b828d40a0c 100755
--- a/module/task/view/batchedit.html.php
+++ b/module/task/view/batchedit.html.php
@@ -22,7 +22,7 @@ js::set('requiredFields', $config->task->edit->requiredFields);
task->common . $lang->colon . $lang->task->batchEdit;?>
-
+ multiple):?>
task->execution . $lang->colon . ' ' . $executionName;?>
diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php
index 43537bc878..22aa704749 100644
--- a/module/task/view/create.html.php
+++ b/module/task/view/create.html.php
@@ -42,7 +42,7 @@ foreach(explode(',', $config->task->create->requiredFields) as $field)