diff --git a/functions.js b/functions.js index d757a38d7..9e65a6dce 100644 --- a/functions.js +++ b/functions.js @@ -450,7 +450,7 @@ function parse_counters(reply, scheduled_call) { } } else { if (xmsg) { - feedupd.innerHTML = updated + " " + xmsg; + feedupd.innerHTML = updated + " (" + xmsg + ")"; } else { feedupd.innerHTML = updated; }