From 1cfc4d695b007e387d7f0848cd8d72236bfe95ea Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 29 Aug 2024 16:28:43 +0800 Subject: [PATCH] * [bug#54715] adjust undefined variable for jenkins. --- module/jenkins/ui/ajaxgetjenkinstasks.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 数据。