* Fix typo.

This commit is contained in:
dingguodong
2023-06-19 16:07:52 +08:00
parent 276036ba11
commit d0f61320fd
+1 -1
View File
@@ -174,7 +174,7 @@ $config->program->productview->dtable->fieldList['totalReleases']['sortType'] =
$config->program->productview->dtable->fieldList['totalReleases']['group'] = 'g8';
$config->program->productview->dtable->fieldList['latestReleaseDate']['name'] = 'latestReleaseDate';
$config->program->productview->dtable->fieldList['latestReleaseDate']['title'] = $lang->program->latestRelease;
$config->program->productview->dtable->fieldList['latestReleaseDate']['title'] = $lang->program->latestReleaseDate;
$config->program->productview->dtable->fieldList['latestReleaseDate']['minWidth'] = 120;
$config->program->productview->dtable->fieldList['latestReleaseDate']['type'] = 'date';
$config->program->productview->dtable->fieldList['latestReleaseDate']['sortType'] = true;