From 2380e9cc39728f992ec8e3d00291c1caf2e65b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Fri, 31 Oct 2025 15:21:53 -0300 Subject: [PATCH] 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. --- lang/en/footer-templates.php | 2 +- lang/en/header-templates.php | 2 +- lang/en/section-templates.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en/footer-templates.php b/lang/en/footer-templates.php index d971d65..032ee29 100644 --- a/lang/en/footer-templates.php +++ b/lang/en/footer-templates.php @@ -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', diff --git a/lang/en/header-templates.php b/lang/en/header-templates.php index 64b87f3..9e7e0c0 100644 --- a/lang/en/header-templates.php +++ b/lang/en/header-templates.php @@ -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', diff --git a/lang/en/section-templates.php b/lang/en/section-templates.php index 678bc43..53ce862 100644 --- a/lang/en/section-templates.php +++ b/lang/en/section-templates.php @@ -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',