grammar fixes
This commit is contained in:
parent
2ea2f3e3cb
commit
95a587ee40
@ -55,7 +55,7 @@ namespace BlacksmithWorkshopView
|
||||
});
|
||||
if (manufacture == null)
|
||||
{
|
||||
throw new Exception("Изделие не найдена. Дополнительная информация в логах.");
|
||||
throw new Exception("Изделие не найдено. Дополнительная информация в логах.");
|
||||
}
|
||||
var operationResult = _shopLogic.SellManufactures(
|
||||
model: manufacture,
|
||||
|
Loading…
Reference in New Issue
Block a user