Deploy Ladill Events / deploy (push) Successful in 57s
Route-based subtitle and page titles replace plain app labels in mobile topbars, and the Afia AI button is visible on mobile across topbars and mobile-page-header screens. Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
806 B
PHP
26 lines
806 B
PHP
<?php
|
|
|
|
return [
|
|
'app_name' => 'Events',
|
|
'default_title' => 'Overview',
|
|
'patterns' => [
|
|
'events.dashboard' => 'Overview',
|
|
'events.search' => 'Search',
|
|
'events.index' => 'Events',
|
|
'events.create' => 'Create event',
|
|
'events.show' => 'Event',
|
|
'attendees.*' => 'Attendees',
|
|
'events.attendees*' => 'Attendees',
|
|
'badges.*' => 'Badge printing',
|
|
'events.badge*' => 'Badge printing',
|
|
'programmes.*' => 'Programmes',
|
|
'events.payouts' => 'Payments & Payouts',
|
|
'account.wallet' => 'Wallet',
|
|
'account.billing' => 'Billing',
|
|
'account.team*' => 'Team',
|
|
'account.settings' => 'Settings',
|
|
'account.developers*' => 'Developers',
|
|
'notifications.*' => 'Notifications',
|
|
],
|
|
];
|