diff --git a/BTCPayServer/Views/Invoice/ListInvoices.cshtml b/BTCPayServer/Views/Invoice/ListInvoices.cshtml
index 057065f74..0610f11d5 100644
--- a/BTCPayServer/Views/Invoice/ListInvoices.cshtml
+++ b/BTCPayServer/Views/Invoice/ListInvoices.cshtml
@@ -91,7 +91,7 @@
OrderId |
InvoiceId |
- Status |
+ Status |
Amount |
Actions |
@@ -261,7 +261,7 @@
$.post("invoices/" + invoiceId + "/changestate/" + newState)
.done(function (data) {
- var statusHtml = "" + data.statusString + "";
+ var statusHtml = "" + data.statusString + " ";
pavpill.html(statusHtml);
})
.fail(function (data) {