формат кнопок

This commit is contained in:
Artem Tsyrulnikov
2026-01-19 21:54:22 +03:00
parent f4a876836e
commit b6828b1e61

View File

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