diff --git a/module/tutorial/lang/en.php b/module/tutorial/lang/en.php index 94e59cea89..908f244282 100644 --- a/module/tutorial/lang/en.php +++ b/module/tutorial/lang/en.php @@ -65,12 +65,12 @@ $lang->tutorial->tasks['manageTeam']['desc'] = "

Manage {$lang->projectCommon} $lang->tutorial->tasks['createProjectExecution'] = array('title' => 'Create a ' . $lang->executionCommon); $lang->tutorial->tasks['createProjectExecution']['mode'] = 'new'; $lang->tutorial->tasks['createProjectExecution']['nav'] = array('app' => 'project', 'module' => 'execution', 'method' => 'create', 'menuModule' => 'browse', 'menu' => '#navbar>.nav>li[data-id="browse"],#cards>.col>.panel:first .project-name,#projectTableList>tr:first>.c-name a,#navbar>.nav>li[data-id="execution"],.create-execution-btn', 'form' => '#dataform', 'submit' => '#submit', 'target' => '.create-execution-btn', 'targetPageName' => 'Create' . $lang->executionCommon); -$lang->tutorial->tasks['createProjectExecution']['desc'] = "

Create a new {$lang->executionCommon}:

"; +$lang->tutorial->tasks['createProjectExecution']['desc'] = "

Create a new {$lang->executionCommon}:

"; $lang->tutorial->tasks['createExecution'] = array('title' => 'Create a ' . $lang->executionCommon); $lang->tutorial->tasks['createExecution']['mode'] = 'classic'; $lang->tutorial->tasks['createExecution']['nav'] = array('app' => 'execution', 'module' => 'execution', 'method' => 'create', 'menuModule' => 'browse', 'menu' => '#heading>.header-btn:first,#navbar>.nav>li[data-id="all"],.create-execution-btn', 'form' => '#dataform', 'submit' => '#submit', 'target' => '.create-execution-btn', 'targetPageName' => 'Create ' . $lang->executionCommon); -$lang->tutorial->tasks['createExecution']['desc'] = "

Create a new {$lang->executionCommon}:

"; +$lang->tutorial->tasks['createExecution']['desc'] = "

Create a new {$lang->executionCommon}:

"; $lang->tutorial->tasks['manageExecutionTeam'] = array('title' => "Manage Team"); $lang->tutorial->tasks['manageExecutionTeam']['mode'] = 'classic'; diff --git a/module/tutorial/lang/zh-cn.php b/module/tutorial/lang/zh-cn.php index c0d49c9347..2337d17285 100644 --- a/module/tutorial/lang/zh-cn.php +++ b/module/tutorial/lang/zh-cn.php @@ -70,7 +70,7 @@ $lang->tutorial->tasks['createProjectExecution']['desc'] = "

在系统创建 $lang->tutorial->tasks['createExecution'] = array('title' => '创建' . $lang->executionCommon); $lang->tutorial->tasks['createExecution']['mode'] = 'classic'; $lang->tutorial->tasks['createExecution']['nav'] = array('app' => 'execution', 'module' => 'execution', 'method' => 'create', 'menuModule' => 'browse', 'menu' => '#heading>.header-btn:first,#navbar>.nav>li[data-id="all"],.create-execution-btn', 'form' => '#dataform', 'submit' => '#submit', 'target' => '.create-execution-btn', 'targetPageName' => '添加' . $lang->executionCommon); -$lang->tutorial->tasks['createExecution']['desc'] = "

在系统创建一个新的{$lang->executionCommon}:

"; +$lang->tutorial->tasks['createExecution']['desc'] = "

在系统创建一个新的{$lang->executionCommon}:

"; $lang->tutorial->tasks['manageExecutionTeam'] = array('title' => "管理团队"); $lang->tutorial->tasks['manageExecutionTeam']['mode'] = 'classic';