diff --git a/SchoolAgainStudy/TeacherWebClient/Views/Home/Index.cshtml b/SchoolAgainStudy/TeacherWebClient/Views/Home/Index.cshtml index d2d19bd..bee5726 100644 --- a/SchoolAgainStudy/TeacherWebClient/Views/Home/Index.cshtml +++ b/SchoolAgainStudy/TeacherWebClient/Views/Home/Index.cshtml @@ -3,6 +3,6 @@ }
-

Welcome

+

Добро пожаловать!

Learn about building Web apps with ASP.NET Core.

diff --git a/SchoolAgainStudy/TeacherWebClient/Views/Home/TopStudents.cshtml b/SchoolAgainStudy/TeacherWebClient/Views/Home/TopStudents.cshtml index a695894..d416b5b 100644 --- a/SchoolAgainStudy/TeacherWebClient/Views/Home/TopStudents.cshtml +++ b/SchoolAgainStudy/TeacherWebClient/Views/Home/TopStudents.cshtml @@ -11,7 +11,7 @@ theme: "theme1", animationEnabled: true, title: { - text: "Топ студентов" + text: "Топ учеников" }, data: [ { diff --git a/SchoolAgainStudy/TeacherWebClient/Views/Home/_DiyListPartial.cshtml b/SchoolAgainStudy/TeacherWebClient/Views/Home/_DiyListPartial.cshtml index 1fde12a..6b82fc9 100644 --- a/SchoolAgainStudy/TeacherWebClient/Views/Home/_DiyListPartial.cshtml +++ b/SchoolAgainStudy/TeacherWebClient/Views/Home/_DiyListPartial.cshtml @@ -12,7 +12,7 @@ Название - Материалы + Поделки diff --git a/SchoolAgainStudy/TeacherWebClient/Views/Shared/_Layout.cshtml b/SchoolAgainStudy/TeacherWebClient/Views/Shared/_Layout.cshtml index 151a279..9b709c0 100644 --- a/SchoolAgainStudy/TeacherWebClient/Views/Shared/_Layout.cshtml +++ b/SchoolAgainStudy/TeacherWebClient/Views/Shared/_Layout.cshtml @@ -12,16 +12,13 @@