19383: Rename advanced dialog to API Details
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / group-action-set.ts
index 874a601b17efb9c615f7561fc311c2c7af94f032..f573af69a7807450dcff03fdb663d27a3322ac5a 100644 (file)
@@ -20,7 +20,7 @@ export const groupActionSet: ContextMenuActionSet = [[{
         dispatch<any>(openGroupAttributes(uuid));
     }
 }, {
-    name: "Advanced",
+    name: "API Details",
     icon: AdvancedIcon,
     execute: (dispatch, resource) => {
         dispatch<any>(openAdvancedTabDialog(resource.uuid));