diff --git a/src/locales/en.json b/src/locales/en.json index 955cc4f..9bf13b5 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 8df7662..0464b84 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