From 8ba9dfb2a8df2bd34171b00f19fd5a3812c8290a Mon Sep 17 00:00:00 2001 From: sunguangming Date: Mon, 22 Jan 2024 09:27:25 +0800 Subject: [PATCH] * Modify copy lang. --- module/execution/ui/create.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/create.html.php b/module/execution/ui/create.html.php index 1baefe73d4..0d24d4283b 100644 --- a/module/execution/ui/create.html.php +++ b/module/execution/ui/create.html.php @@ -54,7 +54,7 @@ formGridPanel icon('copy', setClass('mr-1')), setClass('primary-ghost'), setData(array('destoryOnHide' => true, 'toggle' => 'modal', 'target' => '#copyExecutionModal')), - $lang->project->copy + $lang->execution->copy ), divider(setClass('py-2 my-0.5 mx-4 self-center')) ),