* Fix typo and reindent.

This commit is contained in:
dingguodong
2023-08-21 14:01:15 +08:00
parent 393850dbaf
commit 15b228263b
32 changed files with 162 additions and 140 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ jsVar('longTime', $lang->project->longTime);
jsVar('weekend', $config->execution->weekend);
jsVar('page', 'create');
jsVar('parentBudget', $lang->program->parentBudget);
jsVar('beginLetterParent', $lang->program->beginLetterParent);
jsVar('endGreaterParent', $lang->program->endGreaterParent);
jsVar('beginLessThanParent', $lang->program->beginLessThanParent);
jsVar('endGreatThanParent', $lang->program->endGreatThanParent);
jsVar('ignore', $lang->program->ignore);
jsVar('currencySymbol', $lang->project->currencySymbol);
jsVar('budgetOverrun', $lang->project->budgetOverrun);