tbetter message - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit ee6b718ea48efd9135727586ff0f8bc7aaa7c468
DIR parent f70a996619e6b0cc956cb0b794b22df4cc43e6ec
HTML Author: ThomasV <thomasv@gitorious>
Date: Tue, 9 Jun 2015 16:10:44 +0200
better message
Diffstat:
M lib/www/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/www/index.html b/lib/www/index.html
t@@ -50,7 +50,7 @@ if (id) {
value: current
});
if (current >= max) {
- $("#container").html("expired:", duration);
+ $("#container").html("This payment request has expired");
}
};
var interval = setInterval(update, 1000);