From a3a7b045312fcad26fd1cec2eb49477e162d31a1 Mon Sep 17 00:00:00 2001 From: aaronchen2k <462826@qq.com> Date: Mon, 3 Feb 2020 15:40:31 +0800 Subject: [PATCH] english translation --- module/ci/lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/ci/lang/en.php b/module/ci/lang/en.php index f37767216f..aa0e85d763 100644 --- a/module/ci/lang/en.php +++ b/module/ci/lang/en.php @@ -14,7 +14,7 @@ $lang->job->viewLogs = 'Build Logs'; $lang->job->exeNow = 'Execute now'; $lang->job->delete = 'Delete'; -$lang->job->confirmDelete = 'Do you want to delete this Jenkins server?'; +$lang->job->confirmDelete = 'Do you want to delete this Build?'; $lang->job->buildStatus = 'Build Status'; $lang->job->buildTime = 'Build Time';