Minor description refactoring

This commit is contained in:
Cesar De la Torre 2017-05-06 21:41:32 -07:00
parent cd19973a9f
commit 53777d5105

View File

@ -51,7 +51,7 @@ namespace Microsoft.eShopOnContainers.WebMVC.Controllers
} }
catch(BrokenCircuitException) catch(BrokenCircuitException)
{ {
ModelState.AddModelError("Error", "It was not possible to create a new order, please try later on"); ModelState.AddModelError("Error", "It was not possible to create a new order, please try later on. (Business Msg Due to Circuit-Breaker)");
} }
return View(model); return View(model);
} }