From 03d099994890a2664d3ee7451c7e59b97f034f56 Mon Sep 17 00:00:00 2001 From: elenicojocariu <100405245+elenicojocariu@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:59:25 +0200 Subject: [PATCH] Update DocumentationNavigationPanel.xml XDOC-28: Product name should appear in uppercase in the navigation panel --- .../main/resources/DocApp/Code/DocumentationNavigationPanel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation-ui/src/main/resources/DocApp/Code/DocumentationNavigationPanel.xml b/documentation-ui/src/main/resources/DocApp/Code/DocumentationNavigationPanel.xml index ab42789..0aa0819 100644 --- a/documentation-ui/src/main/resources/DocApp/Code/DocumentationNavigationPanel.xml +++ b/documentation-ui/src/main/resources/DocApp/Code/DocumentationNavigationPanel.xml @@ -183,7 +183,7 @@ #getProduct($product) #getProductName($product $productName) #set ($discard = $xwiki.jsx.use('DocApp.Code.DocumentationNavigationPanel')) - #panelheader("$productName for ${stringtool.capitalize($target)}s") + #panelheader("${stringtool.capitalize($productName)} for ${stringtool.capitalize($target)}s") ## Escape special characters in macro parameter values. #set ($openToDoc = $doc.documentReference.toString().replaceAll('([~"])', '~$1')) ## TODO: Code below to be removed once https://jira.xwiki.org/browse/XWIKI-23621 is implemented and the parent POM