diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-07-31 18:36:04 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-07-31 22:56:48 +0200 |
commit | 865f97e76885c4f15494dc42fb29265a48a3e654 (patch) | |
tree | 909279a6c6ae3670391d7bf791428ac975f34296 /help3xsl | |
parent | 9a42d2d1dc252113f48cd074d7e129adde37b859 (diff) |
More fix in product name
Change-Id: I1de6ee379dc116b40794c81e8d6e505d51e7e5f8
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155047
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/help2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/help2.js b/help3xsl/help2.js index 81f1795bef..8bf2810293 100644 --- a/help3xsl/help2.js +++ b/help3xsl/help2.js @@ -190,7 +190,7 @@ function setupModules(lang) { var modulesNav = document.getElementById('modules-nav'); if (!modulesNav.classList.contains('loaded')) { var html = - '<a href="' + lang + '/text/shared/05/new_help.html?DbPAR=SHARED"><div class="office-icon"></div>LibreOffice</a>' + + '<a href="' + lang + '/text/shared/05/new_help.html?DbPAR=SHARED"><div class="office-icon"></div>%PRODUCTNAME</a>' + '<a href="' + lang + '/text/swriter/main0000.html?DbPAR=WRITER"><div class="writer-icon"></div>Writer</a>' + '<a href="' + lang + '/text/scalc/main0000.html?DbPAR=CALC"><div class="calc-icon"></div>Calc</a>' + '<a href="' + lang + '/text/simpress/main0000.html?DbPAR=IMPRESS"><div class="impress-icon"></div>Impress</a>' + |