From 08e14ae11c4b775ca59dfe6074acd513e2a4a556 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Thu, 7 Sep 2023 00:03:19 +0800 Subject: [PATCH] fix i18n text --- src/config/i18n.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/i18n.js b/src/config/i18n.js index d102faf..3ca9903 100644 --- a/src/config/i18n.js +++ b/src/config/i18n.js @@ -49,7 +49,7 @@ const customApiHelpZH = `/// 自定义翻译源接口说明 method: "POST", headers: { "Content-type": "application/json", - "Authorization"] = "Bearer {{YOUR_KEY}}" + "Authorization" = "Bearer {{YOUR_KEY}}" }, body: { text, // 需要翻译的文字 @@ -76,7 +76,7 @@ const customApiHelpEN = `/// Custom translation source interface description method: "POST", headers: { "Content-type": "application/json", - "Authorization"] = "Bearer {{YOUR_KEY}}" + "Authorization" = "Bearer {{YOUR_KEY}}" }, body: { text, // text to be translated