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