diff --git a/module/jenkins/ui/ajaxgetjenkinstasks.html.php b/module/jenkins/ui/ajaxgetjenkinstasks.html.php index 8ba61eb747..f8fe88e64d 100644 --- a/module/jenkins/ui/ajaxgetjenkinstasks.html.php +++ b/module/jenkins/ui/ajaxgetjenkinstasks.html.php @@ -13,7 +13,7 @@ namespace zin; $data['pipeline'] = $tasks; $tabs = array(); -$tabs[] = array('name' => 'pipeline', 'text' => $lang->repo->pipeline); +$tabs[] = array('name' => 'pipeline', 'text' => $lang->pipeline->common); /** * 定义最终的 JSON 数据。