* Merge: Fix bug #35342, modify the language item of working hours.

This commit is contained in:
hufangzhou
2023-11-02 13:55:12 +08:00
parent 51628e817f
commit 9cb756da57
5 changed files with 7 additions and 3 deletions
+3 -3
View File
@@ -118,7 +118,7 @@ if($efforts)
h::th
(
width('60px'),
$lang->task->consumedAB
$lang->task->consumedHours
),
h::th
(
@@ -192,7 +192,7 @@ else
formBatchItem
(
set::name('consumed'),
set::label($lang->task->consumed),
set::label($lang->task->consumedHours),
set::width('80px'),
set::control
(
@@ -206,7 +206,7 @@ else
formBatchItem
(
set::name('left'),
set::label($lang->task->left),
set::label($lang->task->leftAB),
set::width('80px'),
set::control
(