фиксы

This commit is contained in:
Artem Tsyrulnikov
2026-02-28 13:22:41 +03:00
parent 751f3b657a
commit 4518544521
4 changed files with 69 additions and 10 deletions

View File

@@ -926,7 +926,7 @@ func (s *PurchaseOptionalDetails) renderCustomFormatTop(b *bot.Bot, mode bot.Ren
Button("90", "format_custom_top:90"),
Button("120", "format_custom_top:120"),
),
Row(Button("⏱ В часах", "format_custom_top_toggle_unit")),
Row(Button("⏱ Минуты", "format_custom_top_toggle_unit")),
)
} else {
text += "Выберите или введите число (в часах):"
@@ -943,7 +943,7 @@ func (s *PurchaseOptionalDetails) renderCustomFormatTop(b *bot.Bot, mode bot.Ren
Button("8", "format_custom_top:480"),
Button("12", "format_custom_top:720"),
),
Row(Button("⏱ В минутах", "format_custom_top_toggle_unit")),
Row(Button("⏱ Часы", "format_custom_top_toggle_unit")),
)
}
@@ -980,7 +980,7 @@ func (s *PurchaseOptionalDetails) renderCustomFormatFeed(b *bot.Bot, mode bot.Re
Button("365", "format_custom_feed:525600"),
),
Row(
Button("⏱ В часах", "format_custom_feed_toggle_unit"),
Button("⏱ Дни", "format_custom_feed_toggle_unit"),
Button("Без удаления", "format_custom_feed:0"),
),
)
@@ -1000,7 +1000,7 @@ func (s *PurchaseOptionalDetails) renderCustomFormatFeed(b *bot.Bot, mode bot.Re
Button("168", "format_custom_feed:10080"),
),
Row(
Button("⏱ В днях", "format_custom_feed_toggle_unit"),
Button("⏱ Часы", "format_custom_feed_toggle_unit"),
Button("Без удаления", "format_custom_feed:0"),
),
)