diff --git a/web/html/login.html b/web/html/login.html index be6b9585..69a8400f 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -297,12 +297,6 @@ min-height: 40px; } } - - @media (max-width: 1024px) { - .title { - font-size: 1.4rem; - } - } .words-wrapper { width: 100%; diff --git a/web/translation/translate.ru_RU.toml b/web/translation/translate.ru_RU.toml index ce40138c..687f7a97 100644 --- a/web/translation/translate.ru_RU.toml +++ b/web/translation/translate.ru_RU.toml @@ -84,7 +84,7 @@ [pages.login] "hello" = "Привет!" -"title" = "Добро пожаловать!" +"title" = "Приветствие!" "loginAgain" = "Сессия истекла. Войдите в систему снова" [pages.login.toasts] diff --git a/web/translation/translate.uk_UA.toml b/web/translation/translate.uk_UA.toml index 7066ee49..83e984b2 100644 --- a/web/translation/translate.uk_UA.toml +++ b/web/translation/translate.uk_UA.toml @@ -84,7 +84,7 @@ [pages.login] "hello" = "Привіт" -"title" = "Ласкаво просимо" +"title" = "Привітання!" "loginAgain" = "Ваш сеанс закінчився, увійдіть знову" [pages.login.toasts]