From d91e7d1f11d725a151ba391aa5c4cb0f625acfda Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 25 Apr 2023 14:50:02 +0800 Subject: [PATCH] * fix bug #34816. --- module/block/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/block/model.php b/module/block/model.php index 7716720cfa..c47b36fe3d 100644 --- a/module/block/model.php +++ b/module/block/model.php @@ -775,7 +775,7 @@ class blockModel extends model $params = $this->appendCountParams(); $params->type['name'] = $this->lang->block->type; - $params->type['options'] = $this->lang->issue->labelList; + $params->type['options'] = $this->lang->issue->typeList; $params->type['control'] = 'select'; $params->orderBy['name'] = $this->lang->block->orderBy;