help3xsl/help2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9a42d2d1dc252113f48cd074d7e129adde37b859 Author: Olivier Hallot <[email protected]> AuthorDate: Mon Jul 31 16:56:20 2023 +0200 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Jul 31 17:00:32 2023 +0200 Fix mistake in product name Change-Id: I33022758a73117e6b12ad882963f008005ce334a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155045 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> 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>' +
