diff --git a/BeautySalonView/ClientWebApp/Views/Home/ServiceList.cshtml b/BeautySalonView/ClientWebApp/Views/Home/ProcedureList.cshtml similarity index 88% rename from BeautySalonView/ClientWebApp/Views/Home/ServiceList.cshtml rename to BeautySalonView/ClientWebApp/Views/Home/ProcedureList.cshtml index 45ff04c..bf52f9a 100644 --- a/BeautySalonView/ClientWebApp/Views/Home/ServiceList.cshtml +++ b/BeautySalonView/ClientWebApp/Views/Home/ProcedureList.cshtml @@ -1,8 +1,8 @@ @{ - ViewData["Title"] = "Список услуг по заказам"; + ViewData["Title"] = "Список косметики по процедурам"; } -