From fc89dadc8cc5b4fc563d8761f553edf2e6673785 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sun, 12 May 2019 11:49:15 +0200 Subject: [PATCH] [fix] recall => duiv2 --- public/index.html | 2 +- public/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index e6ea83e..f9d1a77 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <link rel="icon" href="<%= BASE_URL %>favicon.ico"> - <title>recall</title> + <title>Duniter UI v2</title> </head> <body> <noscript> diff --git a/public/manifest.json b/public/manifest.json index b45a668..2d6ed8a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "name": "recall", - "short_name": "recall", + "name": "Duniter UI v2", + "short_name": "duiv2", "icons": [ { "src": "./img/icons/android-chrome-192x192.png", -- GitLab