* Finish task #70094.

This commit is contained in:
tianshujie
2022-09-22 18:13:50 +08:00
parent 4908ead6e8
commit a6cd4e549c
6 changed files with 10 additions and 5 deletions
+1
View File
@@ -255,6 +255,7 @@ $lang->task->error->recordMinus = 'Work hours should not be negative numbe
$lang->task->error->leftNumber = '"Left" must be numbers.';
$lang->task->error->recordMinus = 'Work hours should not be negative number.';
$lang->task->error->consumedSmall = '"Total Cost" must be > the last number.';
$lang->task->error->dateEmpty = 'Please enter "Date"';
$lang->task->error->consumedThisTime = 'Please enter "Hours Cost"';
$lang->task->error->left = 'Please enter "Hours Left"';
$lang->task->error->work = '"Comment" must be < %d characters.';