Update your_token_expires_in in russian to better work with relative dates.
This commit is contained in:
parent
73211776e8
commit
42de1173cc
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
// Home Page
|
||||
"vaulturl_text": "Адрес хранилища: {{text}}",
|
||||
"password_generator_btn": "Генератор паролей",
|
||||
"your_token_expires_in": "Код доступа годен до: {{date, until_date}}"
|
||||
"your_token_expires_in": "Продолжительность ключа: {{date, until_date}}"
|
||||
|
||||
// Unseal Page
|
||||
"unseal_vault_text": "Раскрыть хранилище",
|
||||
|
|
Loading…
Reference in a new issue