diff --git a/module/my/config/table.php b/module/my/config/table.php index 0090ac95b6..618556fd00 100644 --- a/module/my/config/table.php +++ b/module/my/config/table.php @@ -221,7 +221,7 @@ if($config->vision != 'lite') { $config->my->task->actionList['batchCreate']['icon'] = 'split'; $config->my->task->actionList['batchCreate']['text'] = $lang->task->batchCreate; - $config->my->task->actionList['batchCreate']['hint'] = $lang->task->batchCreate; + $config->my->task->actionList['batchCreate']['hint'] = $lang->task->children; $config->my->task->actionList['batchCreate']['url'] = array('module' => 'task', 'method' => 'batchCreate', 'params' => 'executionID={execution}&storyID={story}&moduleID={module}&taskID={id}iframe=true'); $config->my->task->actionList['batchCreate']['data-toggle'] = 'modal'; $config->my->task->actionList['batchCreate']['data-size'] = 'lg';