diff --git a/BTCPayServer/Controllers/InvoiceController.UI.cs b/BTCPayServer/Controllers/InvoiceController.UI.cs
index 4f33c880c..39365ea53 100644
--- a/BTCPayServer/Controllers/InvoiceController.UI.cs
+++ b/BTCPayServer/Controllers/InvoiceController.UI.cs
@@ -865,10 +865,10 @@ namespace BTCPayServer.Controllers
if (!store.GetSupportedPaymentMethods(_NetworkProvider).Any())
{
- TempData.SetStatusMessageModel(new StatusMessageModel()
+ TempData.SetStatusMessageModel(new StatusMessageModel
{
Severity = StatusMessageModel.StatusSeverity.Error,
- Html = $"To create an invoice, you need to set up your wallet first",
+ Html = $"To create an invoice, you need to set up a payment method first",
AllowDismiss = false
});
return View(model);