Fix event package display and add missing translations

- Correct Event->eventPackage relationship to HasOne
- Add missing translations for event packages and table columns
This commit is contained in:
Codex Agent
2026-01-21 10:50:51 +01:00
parent 39016f669a
commit 7e488a865e
3 changed files with 14 additions and 2 deletions

View File

@@ -371,6 +371,12 @@ return [
'join' => 'Join',
'join_tokens_total' => 'Invitations: :count',
'join_tokens_missing' => 'No invitations created yet',
'package' => 'Package',
],
'relation_managers' => [
'event_packages' => [
'title' => 'Event Packages',
],
],
'actions' => [
'toggle_active' => 'Toggle Active',