fix: larger timeout and locale fix

This commit is contained in:
Jean-Baptiste Pasquier 2021-04-21 11:02:04 +00:00
parent 79635b4e7b
commit 19671ae96f
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@
"hublStatus": "Public = Public, Private = Private", "hublStatus": "Public = Public, Private = Private",
"success": "Success!", "success": "Success!",
"errors": { "errors": {
"somethingGoesWrong": "Something goes wrong, try to", "somethingGoesWrong": "Something went wrong, try to",
"reload": "reload" "reload": "reload"
}, },
"goButton": "GO", "goButton": "GO",

View File

@ -8,4 +8,4 @@ setTimeout(() => {
} }
} }
} }
}, 10000); }, 15000);