diff --git a/platform/entanglement/bundle.json b/platform/entanglement/bundle.json index f0d6fffaab..7220669988 100644 --- a/platform/entanglement/bundle.json +++ b/platform/entanglement/bundle.json @@ -8,7 +8,7 @@ "key": "move", "name": "Move", "description": "Move object to another location.", - "glyph": "\u00F3", + "glyph": "f", "category": "contextual", "implementation": "actions/MoveAction.js", "depends": ["locationService", "moveService"] @@ -17,7 +17,7 @@ "key": "copy", "name": "Duplicate", "description": "Duplicate object to another location.", - "glyph": "\u00F2", + "glyph": "+", "category": "contextual", "implementation": "actions/CopyAction.js", "depends": ["locationService", "copyService"] @@ -26,7 +26,7 @@ "key": "link", "name": "Create Link", "description": "Create Link to object in another location.", - "glyph": "\u00F4", + "glyph": "\u00E8", "category": "contextual", "implementation": "actions/LinkAction.js", "depends": ["locationService", "linkService"]