From 104b0bc888e25d4edac283369de7a4a36446114d Mon Sep 17 00:00:00 2001 From: gkatrakazas Date: Mon, 4 Nov 2024 15:49:10 +0200 Subject: [PATCH] Rebrand wwWallet to Funke Wallet --- public/index.html | 22 +++++++++++----------- public/manifest.json | 6 +++--- public/robots.txt | 2 +- public/sitemap.xml | 6 +++--- src/locales/en.json | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/public/index.html b/public/index.html index cb4bd011..e88b98b4 100644 --- a/public/index.html +++ b/public/index.html @@ -6,24 +6,24 @@ - + - wwWallet - + Funke Wallet + - + content="Funke Wallet, web wallet, wallet, secure storage, verifiable credentials, digital credentials, credentials management"> + - - + content="Funke Wallet is a secure web wallet for storing and managing verifiable credentials."> + + - + - + content="Funke Wallet is a secure web wallet for storing and managing verifiable credentials."> + diff --git a/public/manifest.json b/public/manifest.json index f0a051b5..8acfbffb 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "wwWallet", - "name": "wwWallet", + "short_name": "Funke Wallet", + "name": "Funke Wallet", "icons": [ { "src": "wallet_16.png", @@ -32,7 +32,7 @@ "display": "standalone", "orientation": "any", "theme_color": "#003476", - "description": "wwWallet enables secure storage and management of verifiable credentials.", + "description": "Funke Wallet enables secure storage and management of verifiable credentials.", "background_color": "#ffffff", "scope": "/", "dir": "ltr", diff --git a/public/robots.txt b/public/robots.txt index 6467e223..feb9e1ef 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -7,4 +7,4 @@ Disallow: /send Allow: /login Allow: / -Sitemap: https://demo.wwwallet.org/sitemap.xml +Sitemap: https://funke.wwwallet.org/sitemap.xml diff --git a/public/sitemap.xml b/public/sitemap.xml index 4cf7b852..222aeb3d 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,9 +1,9 @@ - https://demo.wwwallet.org/login - 2024-04-25 + https://funke.wwwallet.org/login + 2024-10-04 1.0 - monthly + weekly diff --git a/src/locales/en.json b/src/locales/en.json index dcd40593..c58331a0 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -25,7 +25,7 @@ "refresh": "Refresh", "submit": "Submit", "tryAgain": "Try again", - "walletName": "wwWallet" + "walletName": "Funke Wallet" }, "layout": { "messageAllowPermission": "To receive real-time updates of Credentials, allow notifications permission and reload this page.",