fix(ui): Zmiana etykiety 'Od członka' na 'Od firm'

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-01-29 15:05:00 +01:00
parent 52abe33dd1
commit 1eb1d26772

View File

@ -3099,7 +3099,7 @@ class Announcement(Base):
'general': 'Ogólne',
'event': 'Wydarzenie',
'opportunity': 'Okazja biznesowa',
'member_news': 'Od członka',
'member_news': 'Od firm',
'partnership': 'Partnerstwo'
}
STATUSES = ['draft', 'published', 'archived']