From 0201b73b10bdf4796d1a3c488449f1de88082bf0 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 20 Dec 2018 15:43:44 +0100
Subject: [PATCH] Added proper app name in noscript tag

---
 front/public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/front/public/index.html b/front/public/index.html
index e6232290bb..7b09feaf02 100644
--- a/front/public/index.html
+++ b/front/public/index.html
@@ -11,7 +11,7 @@
 
 <body>
   <noscript>
-    <strong>We're sorry but front doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
+    <strong>We're sorry but Funkwhale doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
   </noscript>
   <div id="app"></div>
   <!-- built files will be auto injected -->
-- 
GitLab