diff --git a/ConfectioneryShopApp/Views/Home/Delete.cshtml b/ConfectioneryShopApp/Views/Home/Delete.cshtml
index 96a21e1..dec3c85 100644
--- a/ConfectioneryShopApp/Views/Home/Delete.cshtml
+++ b/ConfectioneryShopApp/Views/Home/Delete.cshtml
@@ -2,7 +2,7 @@
ViewData["Title"] = "Update";
}
-
Редактирование заказа
+ Редактирование магазина
diff --git a/ConfectioneryShopApp/Views/Home/Update.cshtml b/ConfectioneryShopApp/Views/Home/Update.cshtml
index bbf8156..55220cb 100644
--- a/ConfectioneryShopApp/Views/Home/Update.cshtml
+++ b/ConfectioneryShopApp/Views/Home/Update.cshtml
@@ -1,13 +1,11 @@
@using ConfectioneryContracts.ViewModels;
@using ConfectioneryDataModels.Models;
-@model Dictionary
-
@{
ViewData["Title"] = "Update";
}
-
Редактирование заказа
+ Редактирование магазина