Update localization for footer, header, and section templates: Changed navigation labels to be more concise by removing "Templates" from the labels, enhancing clarity and consistency across the application.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
return [
|
return [
|
||||||
// Navigation
|
// Navigation
|
||||||
'navigation_group' => 'Templates',
|
'navigation_group' => 'Templates',
|
||||||
'navigation_label' => 'Footer Templates',
|
'navigation_label' => 'Footer',
|
||||||
'model_label' => 'Footer Template',
|
'model_label' => 'Footer Template',
|
||||||
'plural_model_label' => 'Footer Templates',
|
'plural_model_label' => 'Footer Templates',
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
return [
|
return [
|
||||||
// Navigation
|
// Navigation
|
||||||
'navigation_group' => 'Templates',
|
'navigation_group' => 'Templates',
|
||||||
'navigation_label' => 'Header Templates',
|
'navigation_label' => 'Header',
|
||||||
'model_label' => 'Header Template',
|
'model_label' => 'Header Template',
|
||||||
'plural_model_label' => 'Header Templates',
|
'plural_model_label' => 'Header Templates',
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
return [
|
return [
|
||||||
// Navigation
|
// Navigation
|
||||||
'navigation_group' => 'Templates',
|
'navigation_group' => 'Templates',
|
||||||
'navigation_label' => 'Section Templates',
|
'navigation_label' => 'Section',
|
||||||
'model_label' => 'Section Template',
|
'model_label' => 'Section Template',
|
||||||
'plural_model_label' => 'Section Templates',
|
'plural_model_label' => 'Section Templates',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user