diff --git a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml index 9986b3bf8..dd6acdb04 100644 --- a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml +++ b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml @@ -1,4 +1,5 @@ @addTagHelper *, BundlerMinifier.TagHelpers +@using System.Globalization @model UpdateCrowdfundViewModel @{ ViewData["Title"] = "Update Crowdfund"; @@ -67,7 +68,9 @@