Merge branch '18966-collection-not-found-ui'. Closes #18966
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / project-action-set.ts
index c84711384548f3df05e8c9b9979110aac189f537..a079bf4ff3c314b157d9f9bb8977a07a9c8300ee 100644 (file)
@@ -59,7 +59,7 @@ export const readOnlyProjectActionSet: ContextMenuActionSet = [[
     },
     {
         icon: FolderSharedIcon,
-        name: "Open as network folder or S3 bucket",
+        name: "Open with 3rd party client",
         execute: (dispatch, resource) => {
             dispatch<any>(openWebDavS3InfoDialog(resource.uuid));
         }