change tg message when send qrCode (#4623)

This commit is contained in:
Aleksey Surkov 2026-05-28 19:26:45 +04:00 committed by GitHub
parent 058c030e81
commit 0829f1ecd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2411,7 +2411,7 @@ func (t *Tgbot) sendClientQRLinks(chatId int64, email string) {
}
// Inform user
t.SendMsgToTgbot(chatId, "QRCode"+":")
t.SendMsgToTgbot(chatId, "QRCode for client "+email+":")
// Send sub URL QR (filename: sub.png)
if png, err := createQR(subURL, 320); err == nil {