locale: add link to authentication page in i18n

This commit is contained in:
Levi Borodenko
2023-08-01 16:17:26 +02:00
parent 6137d551fe
commit d975daf3f0
10 changed files with 12 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ const ru: PartialLocaleType = {
WIP: "Скоро...",
Error: {
Unauthorized:
"Несанкционированный доступ. Пожалуйста, введите код доступа на странице настроек.",
"Несанкционированный доступ. Пожалуйста, введите код доступа на [странице](/#/auth) настроек.",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} сообщений`,