diff --git a/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml b/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml
index 6bb47ce6b..83cbb5d69 100644
--- a/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml
+++ b/BTCPayServer/Views/AppsPublic/PointOfSale/Static.cshtml
@@ -19,7 +19,7 @@
@for (int x = 0; x < Model.Items.Length; x++)
{
var item = Model.Items[x];
- var buttonText = (string.IsNullOrEmpty(item.BuyButtonText) ?
+ var buttonText = (string.IsNullOrEmpty(item.BuyButtonText) ?
item.Custom?
Model.CustomButtonText :
Model.ButtonText
@@ -31,33 +31,15 @@
{
}
-
@Safe.Raw(item.Description)
- } -Create invoice to pay custom amount
- -@Safe.Raw(description)
+ } +