Show only Ladill app names in the mobile header.
Deploy Ladill Hosting / deploy (push) Successful in 29s

Remove route-based page titles and the uppercase subtitle line so mobile
headers display a single title like Ladill Bird.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-07 16:44:11 +00:00
co-authored by Cursor
parent d3a379d5bc
commit e40f1d997d
3 changed files with 5 additions and 32 deletions
-17
View File
@@ -2,21 +2,4 @@
return [
'app_name' => 'Hosting',
'default_title' => 'Dashboard',
'patterns' => [
'hosting.dashboard' => 'Dashboard',
'hosting.index' => 'Dashboard',
'hosting.search' => 'Search',
'hosting.single-domain' => 'Single Domain',
'hosting.multi-domain' => 'Multi Domain',
'hosting.wordpress' => 'WordPress',
'hosting.accounts.*' => 'Accounts',
'hosting.orders.*' => 'Orders',
'hosting.panel.*' => 'Control panel',
'account.wallet' => 'Wallet',
'account.billing' => 'Billing',
'account.team*' => 'Team',
'account.settings' => 'Settings',
'notifications.*' => 'Notifications',
],
];