grammar fixes

This commit is contained in:
Калышев Ян 2023-04-18 08:59:49 -07:00
parent 2ea2f3e3cb
commit 95a587ee40

View File

@ -55,7 +55,7 @@ namespace BlacksmithWorkshopView
});
if (manufacture == null)
{
throw new Exception("Изделие не найдена. Дополнительная информация в логах.");
throw new Exception("Изделие не найдено. Дополнительная информация в логах.");
}
var operationResult = _shopLogic.SellManufactures(
model: manufacture,