projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f6e5e7
)
Update loading screen message
author
ajbura
<ajbura@gmail.com>
Thu, 17 Feb 2022 15:42:28 +0000
(21:12 +0530)
committer
ajbura
<ajbura@gmail.com>
Thu, 17 Feb 2022 15:42:28 +0000
(21:12 +0530)
Signed-off-by: ajbura <ajbura@gmail.com>
src/app/templates/client/Client.jsx
patch
|
blob
|
history
diff --git
a/src/app/templates/client/Client.jsx
b/src/app/templates/client/Client.jsx
index cec18956efa075d6797d0339c4d519b96b292a9f..b322360be2da46c88a0d457bd7e09a65e51211c7 100644
(file)
--- a/
src/app/templates/client/Client.jsx
+++ b/
src/app/templates/client/Client.jsx
@@
-25,7
+25,7
@@
function Client() {
let counter = 0;
const iId = setInterval(() => {
const msgList = [
- '
Sometimes it takes a whil
e...',
+ '
Almost ther
e...',
'Looks like you have a lot of stuff to heat up!',
];
if (counter === msgList.length - 1) {
@@
-35,7
+35,7
@@
function Client() {
}
setLoadingMsg(msgList[counter]);
counter += 1;
- },
9
000);
+ },
15
000);
initMatrix.once('init_loading_finished', () => {
clearInterval(iId);
changeLoading(false);