Browse Source

label fix

David Sehnal 5 years ago
parent
commit
a204264bcc
1 changed files with 1 additions and 1 deletions
  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: {