Minor description refactoring
This commit is contained in:
parent
cd19973a9f
commit
53777d5105
@ -51,7 +51,7 @@ namespace Microsoft.eShopOnContainers.WebMVC.Controllers
|
||||
}
|
||||
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user