Merge branch 'main' of git.arvados.org:arvados-workbench2 into 18979-vm-login-ui
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / trashed-collection-action-set.ts
index b3d893b4b345ce9ed554d74dc8b895643245059f..020ff5c747487c776ba11a040419853d656e9931 100644 (file)
@@ -25,7 +25,7 @@ export const trashedCollectionActionSet: ContextMenuActionSet = [[
     },
     {
         icon: AdvancedIcon,
-        name: "Advanced",
+        name: "API Details",
         execute: (dispatch, resource) => {
             dispatch<any>(openAdvancedTabDialog(resource.uuid));
         }