aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/components/menu/index.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-11-20 23:33:37 -0300
committerSebastian <sebasjm@gmail.com>2023-11-20 23:33:37 -0300
commit0f7a3337a4259c1c28e35c2ff116942f533f5189 (patch)
tree5e650fa323532787285ae676941bd97364a56bda /packages/merchant-backoffice-ui/src/components/menu/index.tsx
parentb1f29d764ac81ac17a20a9929c086ff2418c6eed (diff)
downloadwallet-core-0f7a3337a4259c1c28e35c2ff116942f533f5189.tar.xz
merchant fixes
Diffstat (limited to 'packages/merchant-backoffice-ui/src/components/menu/index.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/components/menu/index.tsx12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/merchant-backoffice-ui/src/components/menu/index.tsx b/packages/merchant-backoffice-ui/src/components/menu/index.tsx
index 0e881d7a5..7bb7c0c00 100644
--- a/packages/merchant-backoffice-ui/src/components/menu/index.tsx
+++ b/packages/merchant-backoffice-ui/src/components/menu/index.tsx
@@ -50,12 +50,12 @@ function getInstanceTitle(path: string, id: string): string {
return `${id}: New webhook`;
case InstancePaths.webhooks_update:
return `${id}: Update webhook`;
- case InstancePaths.validators_list:
- return `${id}: Validators`;
- case InstancePaths.validators_new:
- return `${id}: New validator`;
- case InstancePaths.validators_update:
- return `${id}: Update validators`;
+ case InstancePaths.otp_devices_list:
+ return `${id}: otp devices`;
+ case InstancePaths.otp_devices_new:
+ return `${id}: New otp devices`;
+ case InstancePaths.otp_devices_update:
+ return `${id}: Update otp devices`;
case InstancePaths.templates_new:
return `${id}: New template`;
case InstancePaths.templates_update: