diff options
author | Sebastian <sebasjm@gmail.com> | 2024-04-11 18:13:35 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2024-04-11 18:13:35 -0300 |
commit | 516bda58bb53738fa4d2ae0b10a25e53c138180b (patch) | |
tree | 4aed6ddaac6b6cfe08ed0a2afa52277b0f5784f8 /packages/auditor-backoffice-ui | |
parent | 16405fe33ef1e45a7038df9ba66ba88cf0042c6c (diff) |
rename comments from demobank to bank
Diffstat (limited to 'packages/auditor-backoffice-ui')
-rw-r--r-- | packages/auditor-backoffice-ui/src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/auditor-backoffice-ui/src/index.html b/packages/auditor-backoffice-ui/src/index.html index d79bdf130..c73dd1936 100644 --- a/packages/auditor-backoffice-ui/src/index.html +++ b/packages/auditor-backoffice-ui/src/index.html @@ -35,7 +35,7 @@ <title>Auditor Backoffice</title> <!-- Optional customization script. --> <script src="auditor-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> |