17098: Improves dialog message wording.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 1 Dec 2020 13:27:16 +0000 (10:27 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 1 Dec 2020 13:27:16 +0000 (10:27 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

src/store/collections/collection-version-actions.ts

index 7e50b07a97343a0ba2d158e8eb930a9d977e3948..fe8bd2d18cbe54437b694e275c480683445224cc 100644 (file)
@@ -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
             }