Files
ladill-qr-plus/config/mobile-topbar.php
T
isaaccladandCursor 40981be252
Deploy Ladill QR Plus / deploy (push) Successful in 33s
Add mobile topbar titles and show Afia on all mobile headers.
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>
2026-06-07 16:30:16 +00:00

20 lines
569 B
PHP

<?php
return [
'app_name' => 'QR Plus',
'default_title' => 'Overview',
'patterns' => [
'qr.dashboard' => 'Overview',
'qr.search' => 'Search',
'user.qr-codes.index' => 'QR codes',
'user.qr-codes.create' => 'Create QR code',
'user.qr-codes.show' => 'QR code',
'account.wallet' => 'Wallet',
'account.billing' => 'Billing',
'account.team*' => 'Team',
'account.settings' => 'Settings',
'account.developers*' => 'Developers',
'notifications.*' => 'Notifications',
],
];