gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 06/16: add titles for token family pages


From: gnunet
Subject: [taler-wallet-core] 06/16: add titles for token family pages
Date: Thu, 13 Jun 2024 17:03:35 +0200

This is an automated email from the git hooks/post-receive script.

christian-blaettler pushed a commit to branch master
in repository wallet-core.

commit 09046010252b134348de8b18c0c99ffea4e3c95d
Author: Christian Blättler <blatc2@bfh.ch>
AuthorDate: Thu Jan 18 15:12:57 2024 +0100

    add titles for token family pages
---
 packages/merchant-backoffice-ui/src/components/menu/index.tsx | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/packages/merchant-backoffice-ui/src/components/menu/index.tsx 
b/packages/merchant-backoffice-ui/src/components/menu/index.tsx
index 7bb7c0c00..a918cb818 100644
--- a/packages/merchant-backoffice-ui/src/components/menu/index.tsx
+++ b/packages/merchant-backoffice-ui/src/components/menu/index.tsx
@@ -66,6 +66,12 @@ function getInstanceTitle(path: string, id: string): string {
       return `${id}: Use template`;
     case InstancePaths.interface:
       return `${id}: Interface`;
+    case InstancePaths.token_family_list:
+      return `${id}: Token families`;
+    case InstancePaths.token_family_new:
+      return `${id}: New token family`;
+    case InstancePaths.token_family_update:
+      return `${id}: Update token family`;
     default:
       return "";
   }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]