commit 935aac000e35c8a8d61cbb92914ab7d2f7704a8c parent eb2c8d948c2b6fc75915b708ad68d53d37032981 Author: Sebastian <sebasjm@gmail.com> Date: Fri, 29 Mar 2024 19:43:09 -0300 fix #8605 Diffstat:
| M | packages/merchant-backoffice-ui/src/paths/login/index.tsx | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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 { > <p> <i18n.Translate> - Need the access token for the instance. + Need the access token for the instance <b>"{state.instance}"</b> </i18n.Translate> </p> <div class="field is-horizontal"> @@ -190,7 +190,7 @@ export function LoginPage(_p: Props): VNode { class="modal-card-body" style={{ border: "1px solid", borderTop: 0, borderBottom: 0 }} > - <i18n.Translate>Please enter your access token.</i18n.Translate> + <i18n.Translate>Please enter your access token for <b>"{state.instance}"</b>.</i18n.Translate> <div class="field is-horizontal"> <div class="field-label is-normal">