Merge branch '19383-advanced-dialog' into main. Closes #19383
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / collection-action-set.ts
index 5c66f1280770c56851f91aaf6de6cd2ec3cf5941..edfaa3cdf0b84d609eab951ac380dabaca73c5ce 100644 (file)
@@ -78,7 +78,7 @@ const commonActionSet: ContextMenuActionSet = [[
     },
     {
         icon: AdvancedIcon,
-        name: "Advanced",
+        name: "API Details",
         execute: (dispatch, resource) => {
             dispatch<any>(openAdvancedTabDialog(resource.uuid));
         }
@@ -90,7 +90,7 @@ export const readOnlyCollectionActionSet: ContextMenuActionSet = [[
     toggleFavoriteAction,
     {
         icon: FolderSharedIcon,
-        name: "Open as network folder or S3 bucket",
+        name: "Open with 3rd party client",
         execute: (dispatch, resource) => {
             dispatch<any>(openWebDavS3InfoDialog(resource.uuid));
         }