From 8e83f0faa1c717edccfa5c63379791c60f8583f2 Mon Sep 17 00:00:00 2001 From: britttttk <39231115+britttttk@users.noreply.github.com> Date: Thu, 14 Mar 2019 23:26:39 -0600 Subject: [PATCH] Improve delete payment request message --- BTCPayServer/Controllers/PaymentRequestController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Controllers/PaymentRequestController.cs b/BTCPayServer/Controllers/PaymentRequestController.cs index a17f1421b..587359638 100644 --- a/BTCPayServer/Controllers/PaymentRequestController.cs +++ b/BTCPayServer/Controllers/PaymentRequestController.cs @@ -182,7 +182,7 @@ namespace BTCPayServer.Controllers return View("Confirm", new ConfirmModel() { 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" }); }