diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index 2ee003759a..42f7381c04 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -117,8 +117,8 @@ $lang->execution->estimate = 'estimate'; $lang->execution->consumed = 'consumed'; $lang->execution->left = 'Left'; -if($this->config->systemMode == 'new') $lang->execution->copyTeamTip = "select Project/{$lang->execution->common} to copy its members"; -if($this->config->systemMode == 'classic') $lang->execution->copyTeamTip = "select Project/{$lang->executionCommon} to copy its members"; +if($this->config->systemMode == 'new') $lang->execution->copyTeamTip = "copy Project/{$lang->execution->common} team members"; +if($this->config->systemMode == 'classic') $lang->execution->copyTeamTip = "copy Project/{$lang->executionCommon} team members"; $lang->execution->start = 'Start'; $lang->execution->activate = 'Activate';