X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9d762fe81ce5403a1a797a04e4e62c3d6d6f5b6f..7f8fa5edc5175ffda9fdfaa28081f799ae485ec0:/services/workbench2/src/views-components/context-menu/context-menu-action-set.ts diff --git a/services/workbench2/src/views-components/context-menu/context-menu-action-set.ts b/services/workbench2/src/views-components/context-menu/context-menu-action-set.ts index 560a04bebd..38de735e29 100644 --- a/services/workbench2/src/views-components/context-menu/context-menu-action-set.ts +++ b/services/workbench2/src/views-components/context-menu/context-menu-action-set.ts @@ -20,9 +20,10 @@ export enum ContextMenuActionNames { COPY_SELECTED_INTO_EXISTING_COLLECTION = 'Copy selected into existing collection', COPY_SELECTED_INTO_SEPARATE_COLLECTIONS = 'Copy selected into separate collections', COPY_SELECTED_INTO_NEW_COLLECTION = 'Copy selected into new collection', - COPY_TO_CLIPBOARD = 'Copy link to clipboard', + COPY_LINK_TO_CLIPBOARD = 'Copy link to clipboard', DEACTIVATE_USER = 'Deactivate user', DELETE_WORKFLOW = 'Delete Workflow', + DIVIDER = 'Divider', DOWNLOAD = 'Download', EDIT_COLLECTION = 'Edit collection', EDIT_PROCESS = 'Edit process',