diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-07-06 09:22:09 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-06 09:22:09 +0300 |
| commit | 98a151747095569a1c2e184674e3187ba7ba19ba (patch) | |
| tree | 062cca54b06e4dba7feac400248e80a8de61d549 /web/translation | |
| parent | ce76cedb0dbebdcc6ea76b14b41334cf92e91f81 (diff) | |
fix: login title shifts the input fields
* chore: revert "fix: reduced login title font-size for mobile (#3105)"
* chore: short login title translation for russian
* chore: change login title translation for ukrainian
Diffstat (limited to 'web/translation')
| -rw-r--r-- | web/translation/translate.ru_RU.toml | 2 | ||||
| -rw-r--r-- | web/translation/translate.uk_UA.toml | 2 |
2 files changed, 2 insertions, 2 deletions
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] |
