This commit is contained in:
Artem Tsyrulnikov
2026-02-28 13:27:49 +03:00
parent 4518544521
commit 8c6339c4d9
3 changed files with 15 additions and 34 deletions

View File

@@ -89,9 +89,9 @@ func (e *CreativeEditorFields) ShowTagPanel(b *bot.Bot) {
func (e *CreativeEditorFields) GetTagLabel() string {
if e.Tag != nil && *e.Tag == "production" {
return "🏷 Рабочий"
return " Рабочий"
}
return "🏷 Тестовый"
return " Тестовый"
}
func (e *CreativeEditorFields) ShowAddButtonPanel(b *bot.Bot) {