diff --git a/src/Admin/Controllers/ToolsController.cs b/src/Admin/Controllers/ToolsController.cs index eaf7254903..5c248c2f84 100644 --- a/src/Admin/Controllers/ToolsController.cs +++ b/src/Admin/Controllers/ToolsController.cs @@ -66,7 +66,8 @@ namespace Bit.Admin.Controllers if(!transactionResult.IsSuccess()) { - ModelState.AddModelError(string.Empty, "Charge failed."); + ModelState.AddModelError(string.Empty, "Charge failed. " + + "Refer to Braintree admin portal for more information."); } else {