From a21b9b52448e47685c23cb13f22859cb7d0dd58e Mon Sep 17 00:00:00 2001 From: EVGENY M <168018528+rjohny55@users.noreply.github.com> Date: Fri, 26 Dec 2025 15:37:55 +0600 Subject: [PATCH] Update users.ts --- src/locales/ru-RU/users.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/ru-RU/users.ts b/src/locales/ru-RU/users.ts index bdb133cc..a9b9e144 100644 --- a/src/locales/ru-RU/users.ts +++ b/src/locales/ru-RU/users.ts @@ -40,9 +40,9 @@ export default { 'users.status.deactivate': 'Деактивировать аккаунт', 'users.status.inactiveAccount': 'Неактивный аккаунт', 'users.login.getInitialPassword': - 'Run the following command on your server to retrieve the initial admin password.' + 'Выполните следующую команду на вашем сервере, чтобы получить начальный пароль администратора.' }; // ========== To-Do: Translate Keys (Remove After Translation) ========== -// 1. 'users.login.getInitialPassword': 'Run the following command on your server to retrieve the initial admin password.' + // ========== End of To-Do List ==========