aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-04-11 18:13:35 -0300
committerSebastian <sebasjm@gmail.com>2024-04-11 18:13:35 -0300
commit516bda58bb53738fa4d2ae0b10a25e53c138180b (patch)
tree4aed6ddaac6b6cfe08ed0a2afa52277b0f5784f8 /packages/merchant-backoffice-ui
parent16405fe33ef1e45a7038df9ba66ba88cf0042c6c (diff)
downloadwallet-core-516bda58bb53738fa4d2ae0b10a25e53c138180b.tar.xz
rename comments from demobank to bank
Diffstat (limited to 'packages/merchant-backoffice-ui')
-rw-r--r--packages/merchant-backoffice-ui/src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/src/index.html b/packages/merchant-backoffice-ui/src/index.html
index aed14a1de..b005f967d 100644
--- a/packages/merchant-backoffice-ui/src/index.html
+++ b/packages/merchant-backoffice-ui/src/index.html
@@ -35,7 +35,7 @@
<title>Merchant Backoffice</title>
<!-- Optional customization script. -->
<script src="merchant-backoffice-ui-settings.js"></script>
- <!-- Entry point for the demobank SPA. -->
+ <!-- Entry point for the SPA. -->
<script type="module" src="index.js"></script>
<link rel="stylesheet" href="index.css" />
</head>