Fix chat copy snack message, improve server restart in CLAUDE.md
All checks were successful
Validate / Hassfest (push) Successful in 3s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 21:57:02 +03:00
parent 0a94f2bc88
commit ff43e006d8
2 changed files with 9 additions and 10 deletions

View File

@@ -118,7 +118,7 @@
function copyChatId(e: Event, chatId: string) {
e.stopPropagation();
navigator.clipboard.writeText(chatId);
snackInfo(`${t('telegramBot.clickToCopy')}: ${chatId}`);
snackInfo(`${t('snack.copied')}: ${chatId}`);
}
function toggleCommand(botId: number, cmd: string) {