19383: Rename advanced dialog to API Details
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / project-action-set.ts
index c84711384548f3df05e8c9b9979110aac189f537..e352d0c4ced3e17f99c200f007ab09bad2fef740 100644 (file)
@@ -52,14 +52,14 @@ export const readOnlyProjectActionSet: ContextMenuActionSet = [[
     },
     {
         icon: AdvancedIcon,
-        name: "Advanced",
+        name: "API Details",
         execute: (dispatch, resource) => {
             dispatch<any>(openAdvancedTabDialog(resource.uuid));
         }
     },
     {
         icon: FolderSharedIcon,
-        name: "Open as network folder or S3 bucket",
+        name: "Open with 3rd party client",
         execute: (dispatch, resource) => {
             dispatch<any>(openWebDavS3InfoDialog(resource.uuid));
         }