diff --git a/packages/Webkul/Admin/src/Config/core_config.php b/packages/Webkul/Admin/src/Config/core_config.php index 9c843daecd..5874a807ba 100644 --- a/packages/Webkul/Admin/src/Config/core_config.php +++ b/packages/Webkul/Admin/src/Config/core_config.php @@ -69,19 +69,19 @@ 'sort' => 2, 'fields' => [ [ - 'name' => 'dashboard', + 'name' => 'dashboard.dashboard', 'title' => 'admin::app.configuration.index.general.settings.menu.dashboard', 'type' => 'text', 'default' => 'Dashboard', 'validation' => 'max:20', ], [ - 'name' => 'leads', + 'name' => 'leads.leads', 'title' => 'admin::app.configuration.index.general.settings.menu.leads', 'type' => 'text', 'default' => 'Leads', 'validation' => 'max:20', ], [ - 'name' => 'quotes', + 'name' => 'quotes.quotes', 'title' => 'admin::app.configuration.index.general.settings.menu.quotes', 'type' => 'text', 'default' => 'Quotes', @@ -93,37 +93,37 @@ 'default' => 'Mail', 'validation' => 'max:20', ], [ - 'name' => 'mail.inbox', + 'name' => 'mail.inbox.inbox', 'title' => 'admin::app.configuration.index.general.settings.menu.inbox', 'type' => 'text', 'default' => 'Inbox', 'validation' => 'max:20', ], [ - 'name' => 'mail.draft', + 'name' => 'mail.draft.draft', 'title' => 'admin::app.configuration.index.general.settings.menu.draft', 'type' => 'text', 'default' => 'Draft', 'validation' => 'max:20', ], [ - 'name' => 'mail.outbox', + 'name' => 'mail.outbox.outbox', 'title' => 'admin::app.configuration.index.general.settings.menu.outbox', 'type' => 'text', 'default' => 'Outbox', 'validation' => 'max:20', ], [ - 'name' => 'mail.sent', + 'name' => 'mail.sent.sent', 'title' => 'admin::app.configuration.index.general.settings.menu.sent', 'type' => 'text', 'default' => 'Sent', 'validation' => 'max:20', ], [ - 'name' => 'mail.trash', + 'name' => 'mail.trash.trash', 'title' => 'admin::app.configuration.index.general.settings.menu.trash', 'type' => 'text', 'default' => 'Trash', 'validation' => 'max:20', ], [ - 'name' => 'activities', + 'name' => 'activities.activities', 'title' => 'admin::app.configuration.index.general.settings.menu.activities', 'type' => 'text', 'default' => 'Activities', @@ -135,31 +135,31 @@ 'default' => 'Contacts', 'validation' => 'max:20', ], [ - 'name' => 'contacts.persons', + 'name' => 'contacts.persons.persons', 'title' => 'admin::app.configuration.index.general.settings.menu.persons', 'type' => 'text', 'default' => 'Persons', 'validation' => 'max:20', ], [ - 'name' => 'contacts.organizations', + 'name' => 'contacts.organizations.organizations', 'title' => 'admin::app.configuration.index.general.settings.menu.organizations', 'type' => 'text', 'default' => 'Organizations', 'validation' => 'max:20', ], [ - 'name' => 'products', + 'name' => 'products.products', 'title' => 'admin::app.configuration.index.general.settings.menu.products', 'type' => 'text', 'default' => 'Products', 'validation' => 'max:20', ], [ - 'name' => 'settings', + 'name' => 'settings.settings', 'title' => 'admin::app.configuration.index.general.settings.menu.settings', 'type' => 'text', 'default' => 'Settings', 'validation' => 'max:20', ], [ - 'name' => 'configuration', + 'name' => 'configuration.configuration', 'title' => 'admin::app.configuration.index.general.settings.menu.configuration', 'type' => 'text', 'default' => 'Configuration',