From aa790b28aae5f55e944d7029c1742ee614ba5d16 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Mon, 3 Aug 2020 16:14:33 +0100 Subject: [PATCH] Fix colspan on wallet status table. --- webapi/templates/admin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapi/templates/admin.html b/webapi/templates/admin.html index 8c0b80e..87d7dee 100644 --- a/webapi/templates/admin.html +++ b/webapi/templates/admin.html @@ -50,7 +50,7 @@ {{ end }} {{ if $status.InfoError }} - Error + Error getting wallet info {{ else }} {{ $status.DaemonConnected }} @@ -67,7 +67,7 @@ {{ end }} {{else}} - Cannot connect to wallet + Cannot connect to wallet {{end}} {{end}}