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);