From 547ea9aed5331a2d7a9ffd64807c48294721a686 Mon Sep 17 00:00:00 2001 From: Eric Biagiotti Date: Wed, 22 May 2019 16:52:06 -0400 Subject: [PATCH] 15088: Text clarification for linking as a remote user Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti --- src/views/link-account-panel/link-account-panel-root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/link-account-panel/link-account-panel-root.tsx b/src/views/link-account-panel/link-account-panel-root.tsx index a5b1e35e..0eb494e6 100644 --- a/src/views/link-account-panel/link-account-panel-root.tsx +++ b/src/views/link-account-panel/link-account-panel-root.tsx @@ -126,7 +126,7 @@ export const LinkAccountPanelRoot = withStyles(styles) ( You are currently logged in as {displayUser(targetUser, true, true)} {targetUser.isActive ? <> - This a remote account. You can link a local Arvados account to this one. After linking, you can access the local account's data by logging into the {localCluster} cluster with the {targetUser.email} account. + This a remote account. You can link a local Arvados account to this one. After linking, you can access the local account's data by logging into the {localCluster} cluster as user {targetUser.email} from {targetUser.uuid.substr(0,5)}.