fix: transparent modal & typo on footer userId text

This commit is contained in:
Levente Orban
2025-10-28 17:56:55 +01:00
parent 0afe331cab
commit 5468bc7cb2
6 changed files with 13 additions and 11 deletions

View File

@@ -156,7 +156,8 @@
? 'border-green-300 text-green-400'
: 'border-orange-300 text-orange-400'}"
>
{event.visibility === 'public' ? t('common.public') : t('common.private')}
<!-- TODO(polaroi8d): replace with something better solution; message.json using this, beacuse of common.invite-only works here -->
{t(`common.${event.visibility}`)}
</span>
</div>
<div class="flex items-center space-x-2"></div>