Update other old references

This commit is contained in:
Darko Gjorgjijoski
2024-01-28 00:35:15 +01:00
parent bd8283d204
commit 650644df0a
11 changed files with 14 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ function get_page_title($company_id)
$routeName = Route::currentRouteName();
$pageTitle = null;
$defaultPageTitle = 'Crater - Self Hosted Invoicing Platform';
$defaultPageTitle = 'InvoiceShelf - Self Hosted Invoicing Platform';
if (\Storage::disk('local')->has('database_created')) {
if ($routeName === 'customer.dashboard') {