From 2f2bc0874e59d7f3bf21a0e67e2c4de4c270784c Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 10 Sep 2023 09:45:32 +0800 Subject: [PATCH] :art: Improve i18n text of export PDF page margins settings https://github.com/siyuan-note/siyuan/issues/9151 --- app/src/protyle/export/index.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/protyle/export/index.ts b/app/src/protyle/export/index.ts index 1a33abb16..8251f9312 100644 --- a/app/src/protyle/export/index.ts +++ b/app/src/protyle/export/index.ts @@ -171,23 +171,23 @@ const renderPDF = (id: string) => {
-
Top
+
${window.siyuan.languages.marginTop}
-
Right
+
${window.siyuan.languages.marginRight}
-
Bottom
+
${window.siyuan.languages.marginBottom}
-
Left
+
${window.siyuan.languages.marginLeft}