diff options
| author | fpointsstar <74316923+thefsfc@users.noreply.github.com> | 2025-10-07 17:31:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-07 17:31:32 +0300 |
| commit | 00baeffe7497cfd7d4566aa03756a6f5b78f795d (patch) | |
| tree | 6056fab5b2113695e4afddd2932de32eb0d76ee3 | |
| parent | b578a33518fdd883a33aef71c315ce46d3237aec (diff) | |
Update translate.ru_RU.toml (#3574)
Fix RU translation for login title: replace “Приветствие!” with “Добро пожаловать!” to match English “Welcome”.
| -rw-r--r-- | web/translation/translate.ru_RU.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/translation/translate.ru_RU.toml b/web/translation/translate.ru_RU.toml index c75ae649..3416e7fa 100644 --- a/web/translation/translate.ru_RU.toml +++ b/web/translation/translate.ru_RU.toml @@ -99,7 +99,7 @@ [pages.login] "hello" = "Привет!" -"title" = "Приветствие!" +"title" = "Добро пожаловать!" "loginAgain" = "Сессия истекла. Войдите в систему снова" [pages.login.toasts] |
