diff --git a/Hcs.WebApp/Components/Pages/Home.razor b/Hcs.WebApp/Components/Pages/Home.razor
index 20031e5..7440845 100644
--- a/Hcs.WebApp/Components/Pages/Home.razor
+++ b/Hcs.WebApp/Components/Pages/Home.razor
@@ -1,7 +1,7 @@
@page "/"
-Home
+Главная
-
Hello, world!
+Привет, мир!
-Welcome to your new app
+Добро пожаловать!
diff --git a/Hcs.WebApp/wwwroot/app.css b/Hcs.WebApp/wwwroot/app.css
index e398853..151f805 100644
--- a/Hcs.WebApp/wwwroot/app.css
+++ b/Hcs.WebApp/wwwroot/app.css
@@ -21,7 +21,7 @@ h1:focus {
}
.blazor-error-boundary::after {
- content: "An error has occurred."
+ content: "An error has occurred"
}
.darker-border-checkbox.form-check-input {