[ARVADOS-WORKBENCH2] updated: 2.1.0-117-g0baba06b

Git user git at public.arvados.org
Tue Dec 1 13:27:43 UTC 2020


Summary of changes:
 src/store/collections/collection-version-actions.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  0baba06bd4e871d95e5c8678df01d00f395c8feb (commit)
      from  b115fc744de44c3b4493de9ca3f80fe7ca326d0d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 0baba06bd4e871d95e5c8678df01d00f395c8feb
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Tue Dec 1 10:27:16 2020 -0300

    17098: Improves dialog message wording.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>

diff --git a/src/store/collections/collection-version-actions.ts b/src/store/collections/collection-version-actions.ts
index 7e50b07a..fe8bd2d1 100644
--- a/src/store/collections/collection-version-actions.ts
+++ b/src/store/collections/collection-version-actions.ts
@@ -18,7 +18,7 @@ export const openRecoverCollectionVersionDialog = (uuid: string) =>
             id: COLLECTION_RECOVER_VERSION_DIALOG,
             data: {
                 title: 'Recover version',
-                text: "Do you want to copy this as the new collection's head version? If you don't want to modify the current head version, you can just make a copy.",
+                text: "Do you want to make this the new collection's head version? If you don't want to modify the current head version, you can just make a copy.",
                 confirmButtonLabel: 'Recover',
                 uuid
             }

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list