mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Improve delete payment request message
This commit is contained in:
@@ -182,7 +182,7 @@ namespace BTCPayServer.Controllers
|
|||||||
return View("Confirm", new ConfirmModel()
|
return View("Confirm", new ConfirmModel()
|
||||||
{
|
{
|
||||||
Title = $"Remove Payment Request",
|
Title = $"Remove Payment Request",
|
||||||
Description = $"Are you sure to remove access to remove payment request '{blob.Title}' ?",
|
Description = $"Are you sure you want to remove access to the payment request '{blob.Title}' ?",
|
||||||
Action = "Delete"
|
Action = "Delete"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user