X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/96fdc9e2e344e86378dd156593d8166f309ea1af..92eefe98ca9631ee971881fc46f8a1829ac897b9:/src/store/side-panel-tree/side-panel-tree-actions.ts diff --git a/src/store/side-panel-tree/side-panel-tree-actions.ts b/src/store/side-panel-tree/side-panel-tree-actions.ts index dd56b428..f6015fbf 100644 --- a/src/store/side-panel-tree/side-panel-tree-actions.ts +++ b/src/store/side-panel-tree/side-panel-tree-actions.ts @@ -20,7 +20,7 @@ import { CategoriesListReducer } from 'common/plugintypes'; import { pluginConfig } from 'plugins'; export enum SidePanelTreeCategory { - PROJECTS = 'Projects', + PROJECTS = 'Home Projects', SHARED_WITH_ME = 'Shared with me', PUBLIC_FAVORITES = 'Public Favorites', FAVORITES = 'My Favorites',