17526: Rename webdav dialong to Access with 3rd party client
[arvados-workbench2.git] / src / store / collections / collection-info-actions.ts
index 9f82975f35c3368a4aa516979381196ce9f7295e..4838481e93375fef55281f1502c0b9a0d065b0af 100644 (file)
@@ -29,7 +29,7 @@ export const openWebDavS3InfoDialog = (uuid: string, activeTab?: number) =>
         dispatch(dialogActions.OPEN_DIALOG({
             id: COLLECTION_WEBDAV_S3_DIALOG_NAME,
             data: {
-                title: 'Access Collection using WebDAV or S3',
+                title: 'Access with 3rd party client',
                 token: getState().auth.extraApiToken || getState().auth.apiToken,
                 downloadUrl: getState().auth.config.keepWebServiceUrl,
                 collectionsUrl: getState().auth.config.keepWebInlineServiceUrl,