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