fix delete user message

This commit is contained in:
britttttk 2019-01-20 21:12:20 -07:00
parent 49643cb00e
commit 65596ec8c1

View File

@ -172,7 +172,7 @@ namespace BTCPayServer.Controllers
return View("Confirm", new ConfirmModel()
{
Title = $"Remove store user",
Description = $"Are you sure to remove access to remove access to {user.Email}?",
Description = $"Are you sure you want to remove this user's access to {user.Email}?",
Action = "Delete"
});
}