From 935aac000e35c8a8d61cbb92914ab7d2f7704a8c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 29 Mar 2024 19:43:09 -0300 Subject: fix #8605 --- packages/merchant-backoffice-ui/src/paths/login/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/merchant-backoffice-ui/src/paths/login/index.tsx b/packages/merchant-backoffice-ui/src/paths/login/index.tsx index 6a698186a..86ec9a9e6 100644 --- a/packages/merchant-backoffice-ui/src/paths/login/index.tsx +++ b/packages/merchant-backoffice-ui/src/paths/login/index.tsx @@ -126,7 +126,7 @@ export function LoginPage(_p: Props): VNode { >

- Need the access token for the instance. + Need the access token for the instance "{state.instance}"

@@ -190,7 +190,7 @@ export function LoginPage(_p: Props): VNode { class="modal-card-body" style={{ border: "1px solid", borderTop: 0, borderBottom: 0 }} > - Please enter your access token. + Please enter your access token for "{state.instance}".
-- cgit v1.2.3