diff --git a/module/productplan/ui/browse.html.php b/module/productplan/ui/browse.html.php index 15c7725dc8..fce202fcbf 100644 --- a/module/productplan/ui/browse.html.php +++ b/module/productplan/ui/browse.html.php @@ -23,4 +23,5 @@ jsVar('productplanLang', $lang->productplan); jsVar('privs', $privs); jsVar('rawModule', $app->rawModule); jsVar('currentTab', $app->tab); +jsVar('checkedSummary', $lang->productplan->checkedSummary); include("browseby{$viewType}.html.php"); diff --git a/module/productplan/ui/browsebylist.html.php b/module/productplan/ui/browsebylist.html.php index 07e580cb07..dae3cc5e97 100644 --- a/module/productplan/ui/browsebylist.html.php +++ b/module/productplan/ui/browsebylist.html.php @@ -10,7 +10,6 @@ declare(strict_types=1); */ namespace zin; -jsVar('checkedSummary', $lang->productplan->checkedSummary); jsVar('childrenAB', $lang->productplan->childrenAB); jsVar('expiredLang', $lang->productplan->expired); jsVar('nextStep', $lang->productplan->nextStep);