* Adjust closedSetting to closeSetting.
This commit is contained in:
@@ -63,7 +63,7 @@ $lang->custom->setPercent = "Enable or Disable {$lang->stage->percent}
|
||||
$lang->custom->beginAndEndDate = 'Begin & End';
|
||||
$lang->custom->beginAndEndDateRange = 'The Range Of Begin & End';
|
||||
$lang->custom->limitTaskDateAction = 'Set start and end date required';
|
||||
$lang->custom->closedSetting = 'Close Setting';
|
||||
$lang->custom->closeSetting = 'Close Setting';
|
||||
|
||||
$lang->custom->unitList['efficiency'] = 'Working Hours/';
|
||||
$lang->custom->unitList['manhour'] = 'Man-hour/';
|
||||
|
||||
@@ -63,7 +63,7 @@ $lang->custom->setPercent = "Enable or Disable {$lang->stage->percent}
|
||||
$lang->custom->beginAndEndDate = 'Begin & End';
|
||||
$lang->custom->beginAndEndDateRange = 'The Range Of Begin & End';
|
||||
$lang->custom->limitTaskDateAction = 'Set start and end date required';
|
||||
$lang->custom->closedSetting = 'Close Setting';
|
||||
$lang->custom->closeSetting = 'Close Setting';
|
||||
|
||||
$lang->custom->unitList['efficiency'] = 'Working Hours/';
|
||||
$lang->custom->unitList['manhour'] = 'Man-hour/';
|
||||
|
||||
@@ -63,7 +63,7 @@ $lang->custom->setPercent = "Enable or Disable {$lang->stage->percent}
|
||||
$lang->custom->beginAndEndDate = 'Begin & End';
|
||||
$lang->custom->beginAndEndDateRange = 'The Range Of Begin & End';
|
||||
$lang->custom->limitTaskDateAction = 'Set start and end date required';
|
||||
$lang->custom->closedSetting = 'Close Setting';
|
||||
$lang->custom->closeSetting = 'Close Setting';
|
||||
|
||||
$lang->custom->unitList['efficiency'] = 'Working Hours/';
|
||||
$lang->custom->unitList['manhour'] = 'Man-hour/';
|
||||
|
||||
@@ -63,7 +63,7 @@ $lang->custom->setPercent = "是否启用{$lang->stage->percent}";
|
||||
$lang->custom->beginAndEndDate = '起止日期';
|
||||
$lang->custom->beginAndEndDateRange = '起止日期范围';
|
||||
$lang->custom->limitTaskDateAction = '设置起止日期必填';
|
||||
$lang->custom->closedSetting = '关闭设置';
|
||||
$lang->custom->closeSetting = '关闭设置';
|
||||
|
||||
$lang->custom->unitList['efficiency'] = '工时/';
|
||||
$lang->custom->unitList['manhour'] = '人时/';
|
||||
|
||||
@@ -25,7 +25,7 @@ div
|
||||
span
|
||||
(
|
||||
setClass('text-md font-bold'),
|
||||
$lang->custom->closedSetting
|
||||
$lang->custom->closeSetting
|
||||
),
|
||||
formGroup
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user