mirror of
https://github.com/whekin/household-bot.git
synced 2026-04-01 00:24:03 +00:00
fix(bot): hand off reminder dashboard opens through dm
This commit is contained in:
@@ -44,6 +44,8 @@ export const ruBotTranslations: BotTranslationCatalog = {
|
||||
pendingMemberLine: (member, index) =>
|
||||
`${index + 1}. ${member.displayName} (${member.telegramUserId})${member.username ? ` @${member.username}` : ''}`,
|
||||
openMiniAppButton: 'Открыть мини-приложение',
|
||||
openMiniAppFromPrivateChat: 'Откройте мини-приложение по кнопке ниже.',
|
||||
openMiniAppUnavailable: 'Мини-приложение сейчас не настроено.',
|
||||
joinHouseholdButton: 'Вступить в дом',
|
||||
approveMemberButton: (displayName) => `Подтвердить ${displayName}`,
|
||||
telegramIdentityRequired: 'Чтобы вступить в дом, нужна Telegram-учётка пользователя.',
|
||||
|
||||
Reference in New Issue
Block a user