From 19671ae96f84d997590344cbc2d2ddbd2c8b42a5 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Wed, 21 Apr 2021 11:02:04 +0000
Subject: [PATCH] fix: larger timeout and locale fix

---
 src/locales/en.json              | 2 +-
 src/scripts/timeout-goeswrong.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/locales/en.json b/src/locales/en.json
index 955cc4fc..9bf13b51 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -280,7 +280,7 @@
   "hublStatus": "Public = Public, Private = Private",
   "success": "Success!",
   "errors": {
-    "somethingGoesWrong": "Something goes wrong, try to",
+    "somethingGoesWrong": "Something went wrong, try to",
     "reload": "reload"
   },
   "goButton": "GO",
diff --git a/src/scripts/timeout-goeswrong.js b/src/scripts/timeout-goeswrong.js
index 8df7662f..0464b84f 100644
--- a/src/scripts/timeout-goeswrong.js
+++ b/src/scripts/timeout-goeswrong.js
@@ -8,4 +8,4 @@ setTimeout(() => {
       }
     }
   }
-}, 10000);
\ No newline at end of file
+}, 15000);
\ No newline at end of file
-- 
GitLab