From ee6b718ea48efd9135727586ff0f8bc7aaa7c468 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 9 Jun 2015 16:10:44 +0200 Subject: [PATCH] better message --- lib/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/www/index.html b/lib/www/index.html index 489667857..8274fabff 100644 --- 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);