Update users.ts

This commit is contained in:
EVGENY M
2025-12-26 18:16:02 +08:00
committed by jialin
parent 38bf76dc14
commit a21b9b5244
+2 -2
View File
@@ -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 ==========