commit ee6b718ea48efd9135727586ff0f8bc7aaa7c468 parent f70a996619e6b0cc956cb0b794b22df4cc43e6ec 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(-)
diff --git a/lib/www/index.html b/lib/www/index.html @@ -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);