From bce49fdc9e63c6c23ba5d957c20643caef2ca511 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Thu, 25 Apr 2024 09:06:33 +0800 Subject: [PATCH] * Adjust closedSetting to closeSetting. --- module/custom/lang/de.php | 2 +- module/custom/lang/en.php | 2 +- module/custom/lang/fr.php | 2 +- module/custom/lang/zh-cn.php | 2 +- module/custom/ui/execution.html.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 17fa08fb33..f3e8c7f004 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -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/'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index e31d1da4ac..e55b93be6d 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -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/'; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index 15faf5be2e..a182dae66a 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -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/'; diff --git a/module/custom/lang/zh-cn.php b/module/custom/lang/zh-cn.php index 1457012bf5..f5ebfbe47e 100644 --- a/module/custom/lang/zh-cn.php +++ b/module/custom/lang/zh-cn.php @@ -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'] = '人时/'; diff --git a/module/custom/ui/execution.html.php b/module/custom/ui/execution.html.php index 72b44a5c42..792c994bb8 100644 --- a/module/custom/ui/execution.html.php +++ b/module/custom/ui/execution.html.php @@ -25,7 +25,7 @@ div span ( setClass('text-md font-bold'), - $lang->custom->closedSetting + $lang->custom->closeSetting ), formGroup (