From dc70469fd1ef1e29fa3da779f1ac377fa6407323 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Tue, 2 Apr 2024 10:29:03 +0800 Subject: [PATCH] * Adjust more project status action label. bug #45045. --- module/program/config/dtable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/program/config/dtable.php b/module/program/config/dtable.php index 90b383b7a9..0f0c7669b8 100644 --- a/module/program/config/dtable.php +++ b/module/program/config/dtable.php @@ -319,7 +319,7 @@ $config->program->browse->dtable->fieldList['actions']['actionsMap'] = array 'project_suspend' => array('icon' => 'icon-pause', 'hint' => $lang->project->suspend, 'url' => helper::createLink('project', 'suspend', "projectID={id}"), 'data-toggle' => 'modal'), 'project_close' => array('icon' => 'icon-off', 'hint' => $lang->project->close, 'url' => helper::createLink('project', 'close', "projectID={id}"), 'data-toggle' => 'modal'), 'project_activate' => array('icon' => 'icon-active', 'hint' => $lang->project->activate, 'url' => helper::createLink('project', 'activate', "projectID={id}"), 'data-toggle' => 'modal'), - 'project_other' => array('caret' => true, 'hint' => $lang->project->other, 'type' => 'dropdown'), + 'project_other' => array('caret' => true, 'hint' => $lang->program->other, 'type' => 'dropdown'), 'project_edit' => array('icon' => 'icon-edit', 'hint' => $lang->project->edit, 'url' => helper::createLink('project', 'edit', "projectID={id}")), 'project_team' => array('icon' => 'icon-groups', 'hint' => $lang->project->manageMembers, 'url' => helper::createLink('project', 'team', "projectID={id}")), 'project_group' => array('icon' => 'icon-lock', 'hint' => $lang->project->group, 'url' => helper::createLink('project', 'group', "projectID={id}")),