* Fix bug.

This commit is contained in:
qiyu-xie
2021-03-15 09:05:58 +08:00
parent 35b436250d
commit bc5b424d54
+1 -1
View File
@@ -82,7 +82,7 @@
}
else
{
echo html::select("lifetimes[$executionID]", $lang->program->PRJLifeTimeList, $executions[$executionID]->lifetime, 'class=form-control');
echo html::select("lifetimes[$executionID]", $lang->execution->lifeTimeList, $executions[$executionID]->lifetime, 'class=form-control');
}
?>
</td>