Added new app settings shortcuts findable by spotlight - Application, Login & Registration, Appearance, Adsense, Homepage, Environment, Server

This commit is contained in:
Čarodej
2022-04-05 08:05:32 +02:00
parent d386f70be8
commit 9f783fcd95
5 changed files with 154 additions and 95 deletions

View File

@@ -849,7 +849,7 @@ return [
'add_member' => 'Add Member',
'go_to_dashboard' => 'Go To Dashboard',
'go_to_settings' => 'Go To Settings',
'go_to_payments' => 'Go To Payments',
'go_to_payments' => 'Payments / Settings',
'go_to_pages' => 'Go To Pages',
'go_to_languages' => 'Go To Languages',
'show_all_plans' => 'Show all Plans',
@@ -929,5 +929,14 @@ return [
'upload_request_default_folder' => 'Upload Request from :timestamp',
'copy_direct_download_link' => 'Copy Direct Download Link',
'direct_link_copied' => 'Your direct download link was copied',
'application_settings' => 'Application / Settings',
'login_registration_settings' => 'Login & Registration / Settings',
'appearance_settings' => 'Appearance / Settings',
'adsense_settings' => 'Adsense / Settings',
'homepage_settings' => 'Homepage / Settings',
'environment_settings' => 'Environment / Settings',
'server_settings' => 'Server / Settings',
'user_features' => 'User Features',
'upload_settings' => 'Upload Settings',
],
];