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:
Ümit Tunç
2025-10-31 15:21:53 -03:00
parent b766415b0d
commit 2380e9cc39
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
return [
// Navigation
'navigation_group' => 'Templates',
'navigation_label' => 'Footer Templates',
'navigation_label' => 'Footer',
'model_label' => 'Footer Template',
'plural_model_label' => 'Footer Templates',
+1 -1
View File
@@ -3,7 +3,7 @@
return [
// Navigation
'navigation_group' => 'Templates',
'navigation_label' => 'Header Templates',
'navigation_label' => 'Header',
'model_label' => 'Header Template',
'plural_model_label' => 'Header Templates',
+1 -1
View File
@@ -3,7 +3,7 @@
return [
// Navigation
'navigation_group' => 'Templates',
'navigation_label' => 'Section Templates',
'navigation_label' => 'Section',
'model_label' => 'Section Template',
'plural_model_label' => 'Section Templates',