diff --git a/BTCPayServer/Controllers/StoresController.cs b/BTCPayServer/Controllers/StoresController.cs index 7b1bfd1c3..9604d439f 100644 --- a/BTCPayServer/Controllers/StoresController.cs +++ b/BTCPayServer/Controllers/StoresController.cs @@ -172,7 +172,7 @@ namespace BTCPayServer.Controllers return View("Confirm", new ConfirmModel() { Title = $"Remove store user", - Description = $"Are you sure you want to remove this user's access to {user.Email}?", + Description = $"Are you sure you want to remove store access for {user.Email}?", Action = "Delete" }); }