mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
better message
This commit is contained in:
parent
f70a996619
commit
ee6b718ea4
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if (id) {
|
||||||
value: current
|
value: current
|
||||||
});
|
});
|
||||||
if (current >= max) {
|
if (current >= max) {
|
||||||
$("#container").html("expired:", duration);
|
$("#container").html("This payment request has expired");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
var interval = setInterval(update, 1000);
|
var interval = setInterval(update, 1000);
|
||||||
|
|
Loading…
Add table
Reference in a new issue