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