fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user