fix: larger timeout and locale fix
This commit is contained in:
parent
79635b4e7b
commit
19671ae96f
@ -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",
|
||||||
|
@ -8,4 +8,4 @@ setTimeout(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 10000);
|
}, 15000);
|
Loading…
Reference in New Issue
Block a user