X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/d8e95a7342d85e11eaaf3685c6b1e84ece5f1e92..3b2372cd1ce9528803e32393132b16645aff25f7:/src/store/collections/collection-version-actions.ts diff --git a/src/store/collections/collection-version-actions.ts b/src/store/collections/collection-version-actions.ts index 68b6a181..007dedcd 100644 --- a/src/store/collections/collection-version-actions.ts +++ b/src/store/collections/collection-version-actions.ts @@ -24,7 +24,7 @@ export const recoverVersion = (resourceUuid: string) => dispatch(navigateTo(headVersion.uuid)); } catch (e) { dispatch(snackbarActions.OPEN_SNACKBAR({ - message: `Couldn't make new version: ${e.errors[0]}`, + message: `Couldn't recover version: ${e.errors[0]}`, hideDuration: 2000, kind: SnackbarKind.ERROR }));