From bec4db872e4a6fcda7f521d11b584f125e180f3f Mon Sep 17 00:00:00 2001 From: caoliwen1 <14658249+caoliwen1@user.noreply.gitee.com> Date: Fri, 6 Sep 2024 15:03:01 +0800 Subject: [PATCH] =?UTF-8?q?CharacterRecognition=E6=B8=AF=E6=BE=B3=E5=8F=B0?= =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/resources/en_US/element/string.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/resources/en_US/element/string.json b/entry/src/main/resources/en_US/element/string.json index 5252f53..c7c3ba7 100644 --- a/entry/src/main/resources/en_US/element/string.json +++ b/entry/src/main/resources/en_US/element/string.json @@ -26,7 +26,7 @@ }, { "name": "recognition_input_button", - "value": "Transmitting" + "value": "Send" }, { "name": "recognition_text_content_one", -- Gitee