From e247db3ac5f345d196642b601f6ac78764b3419f Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Sun, 8 Mar 2020 12:00:46 +0100
Subject: [PATCH] Test 'server is reloading' message

---
 client/src/views/About.vue | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/client/src/views/About.vue b/client/src/views/About.vue
index 711cc0b0..b7f47afb 100644
--- a/client/src/views/About.vue
+++ b/client/src/views/About.vue
@@ -13,10 +13,10 @@ export default {
     content: function() {
       return (
         require("raw-loader!@/translations/about/" + store.state.lang + ".pug")
-          // Next two lines fix a weird issue after last update (2019-11)
-          .replace(/\\[n"]/g, " ")
-          .replace('module.exports = "', "")
-          .replace(/"$/, "")
+        // Next two lines fix a weird issue after last update (2019-11)
+        .replace(/\\[n"]/g, " ")
+        .replace('module.exports = "', "")
+        .replace(/"$/, "")
       );
     }
   }
-- 
2.44.0