From 5d3d664ce682465d6bdef1229282ed56093ec6f9 Mon Sep 17 00:00:00 2001 From: Andrew Camilleri Date: Fri, 18 Feb 2022 10:13:25 +0100 Subject: [PATCH] Update BTCPayServer/Views/UIWallets/WalletTransactions.cshtml Co-authored-by: d11n --- BTCPayServer/Views/UIWallets/WalletTransactions.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml index a7e0099ef..c1c9191d7 100644 --- a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml @@ -91,7 +91,7 @@ @if (Context.Request.Query.ContainsKey("labelFilter")) { - Clear filter + Clear filter } }