This commit is contained in:
tianshujie
2022-08-10 10:33:02 +08:00
parent 6d662334f9
commit 7a1851e7ef
+1 -1
View File
@@ -486,7 +486,7 @@ class blockModel extends model
$this->app->loadLang('project');
$params = new stdclass();
$params->type['name'] = $this->lang->block->type;
$params->type['options'] = $this->lang->project->featureBar;
$params->type['options'] = $this->lang->project->featureBar['browse'];
$params->type['control'] = 'select';
$params->orderBy['name'] = $this->lang->block->orderBy;