diff --git a/docs/footer.rst b/docs/footer.rst index ae9708622..f7718f183 100644 --- a/docs/footer.rst +++ b/docs/footer.rst @@ -14,7 +14,7 @@ if (docLanguage == "ja") { if (str == "Find #pymupdf on Discord") { return "Discordの #pymupdf を見つける"; - } else if (str == "Have a question? Need some answers? ") { + } else if (str == "Have a question? Need some answers? ") { return "質問がありますか?答えが必要ですか?"; } else if (str == "This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of that license. Refer to licensing information at artifex.com or contact Artifex Software Inc., 39 Mesa Street, Suite 108A, San Francisco CA 94129, United States for further information.") { @@ -37,7 +37,7 @@ } document.getElementById("findOnDiscord").innerHTML = getHeaderAndFooterTranslation("Find #pymupdf on Discord"); - document.getElementById("forumCTAText").innerHTML = getHeaderAndFooterTranslation("Have a question? Need some answers? "); + document.getElementById("forumCTAText").innerHTML = getHeaderAndFooterTranslation("Have a question? Need some answers? "); document.getElementById("footerDisclaimer").innerHTML = getHeaderAndFooterTranslation("This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of that license. Refer to licensing information at artifex.com or contact Artifex Software Inc., 39 Mesa Street, Suite 108A, San Francisco CA 94129, United States for further information."); diff --git a/docs/header.rst b/docs/header.rst index 3f3431c69..06bfe84a8 100644 --- a/docs/header.rst +++ b/docs/header.rst @@ -186,8 +186,8 @@