17526: Rename webdav dialong to Access with 3rd party client
[arvados-workbench2.git] / src / views-components / context-menu / action-sets / collection-action-set.ts
index 5c66f1280770c56851f91aaf6de6cd2ec3cf5941..c4c8788fb4dda01b129e68336bc6fc447a7d548d 100644 (file)
@@ -90,7 +90,7 @@ export const readOnlyCollectionActionSet: ContextMenuActionSet = [[
     toggleFavoriteAction,
     {
         icon: FolderSharedIcon,
-        name: "Open as network folder or S3 bucket",
+        name: "Access with 3rd party client",
         execute: (dispatch, resource) => {
             dispatch<any>(openWebDavS3InfoDialog(resource.uuid));
         }