From b6828b1e61022e0bf83d83d382bf0d9efff18331 Mon Sep 17 00:00:00 2001 From: Artem Tsyrulnikov Date: Mon, 19 Jan 2026 21:54:22 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=20=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE=D0=BF=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tg_bot/screens/purchases.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg_bot/screens/purchases.go b/tg_bot/screens/purchases.go index 3bb62a1..d309377 100644 --- a/tg_bot/screens/purchases.go +++ b/tg_bot/screens/purchases.go @@ -74,7 +74,7 @@ func (s *Placements) renderPurchases(b *bot.Bot, mode bot.RenderMode, jwt string channelName = "@" + *placement.Channel.Username } - buttonText := fmt.Sprintf("%s Размещение #%d — %s", statusSymbol, i+1, channelName) + buttonText := fmt.Sprintf("%s #%d %s", statusSymbol, i+1, channelName) buttons = append(buttons, Row( Button(buttonText, fmt.Sprintf("placement:%s", placement.ID)),