diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-07-31 16:56:20 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-07-31 17:00:32 +0200 |
commit | 9a42d2d1dc252113f48cd074d7e129adde37b859 (patch) | |
tree | 8a178e058f83a24b32d043055af1f4d2e1cc3b02 /help3xsl | |
parent | 886cebba80267127e47de6f5dad57745cfe54752 (diff) |
Fix mistake in product name
Change-Id: I33022758a73117e6b12ad882963f008005ce334a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155045
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 7e938b5404..81f1795bef 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>LibreOfficeDev</a>' + + '<a href="' + lang + '/text/shared/05/new_help.html?DbPAR=SHARED"><div class="office-icon"></div>LibreOffice</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>' + |