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