瀏覽代碼

label fix

David Sehnal 5 年之前
父節點
當前提交
a204264bcc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/mol-plugin-state/transforms/misc.ts

+ 1 - 1
src/mol-plugin-state/transforms/misc.ts

@@ -13,7 +13,7 @@ export { CreateGroup };
 type CreateGroup = typeof CreateGroup
 const CreateGroup = PluginStateTransform.BuiltIn({
     name: 'create-group',
-    display: { name: 'Parse CIF', description: 'Parse CIF from String or Binary data' },
+    display: { name: 'Group' },
     from: [],
     to: SO.Group,
     params: {