diff --git a/module/execution/view/batchedit.html.php b/module/execution/view/batchedit.html.php
index 26d3631ce8..c8e68c6f56 100755
--- a/module/execution/view/batchedit.html.php
+++ b/module/execution/view/batchedit.html.php
@@ -142,6 +142,10 @@ js::set('confirmSync', $lang->execution->confirmSync);
js::set('emptyBegin', $lang->programplan->emptyBegin);
js::set('emptyEnd', $lang->programplan->emptyEnd);
js::set('planFinishSmall', $lang->programplan->error->planFinishSmall);
+js::set('errorBegin', $lang->execution->errorLetterProject);
+js::set('errorEnd', $lang->execution->errorGreaterProject);
+js::set('projectBeginDate', $project->begin);
+js::set('projectEndDate', $project->end);
?>