From 499dd05c018a9e04b505055c5641227a4f2c9575 Mon Sep 17 00:00:00 2001
From: Kai Reinhard <K.Reinhard@micromata.de>
Date: Fri, 14 Dec 2018 17:00:44 +0000
Subject: [PATCH] Merlin -> BorgButler

---
 borgbutler-webapp/public/manifest.json |    4 ++--
 borgbutler-webapp/public/index.html    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/borgbutler-webapp/public/index.html b/borgbutler-webapp/public/index.html
index fdf380b..e40955b 100644
--- a/borgbutler-webapp/public/index.html
+++ b/borgbutler-webapp/public/index.html
@@ -22,7 +22,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/favicon/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
-    <title>Merlin Webapp</title>
+    <title>BorgButler Webapp</title>
 <body>
 <noscript>
     You need to enable JavaScript to run this app.
diff --git a/borgbutler-webapp/public/manifest.json b/borgbutler-webapp/public/manifest.json
index 5ae3b93..af27f0d 100644
--- a/borgbutler-webapp/public/manifest.json
+++ b/borgbutler-webapp/public/manifest.json
@@ -1,6 +1,6 @@
 {
-  "short_name": "Merlin Webapp",
-  "name": "Control Merlin with this webapp.",
+  "short_name": "BorgButler Webapp",
+  "name": "Control BorgButler with this webapp.",
   "start_url": "./index.html",
   "display": "standalone",
   "theme_color": "#000000",

--
Gitblit v1.10.0