summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-03-29 19:43:09 -0300
committerSebastian <sebasjm@gmail.com>2024-04-01 11:55:12 -0300
commit935aac000e35c8a8d61cbb92914ab7d2f7704a8c (patch)
tree53b7a298b3d762628affe47b98342376bcacc892
parenteb2c8d948c2b6fc75915b708ad68d53d37032981 (diff)
downloadwallet-core-935aac000e35c8a8d61cbb92914ab7d2f7704a8c.tar.gz
wallet-core-935aac000e35c8a8d61cbb92914ab7d2f7704a8c.tar.bz2
wallet-core-935aac000e35c8a8d61cbb92914ab7d2f7704a8c.zip
fix #8605
-rw-r--r--packages/merchant-backoffice-ui/src/paths/login/index.tsx4
1 files 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
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 {
>
<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">