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)),