From 2b5cd55e5223e2223a36db6722f1bf82c7c18333 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Wed, 22 Mar 2023 19:24:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=8E=AF=E5=A2=83=E9=A1=B5=E9=9D=A2=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E6=98=BE=E7=A4=BA=E6=8D=A2=E8=A1=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1024765 --user=李玉号 【项目设置】github#23031,切换到英语环境,Config Environment页面 Environment Name显示换行了。 https://www.tapd.cn/55049933/s/1354676 Closes #23031 --- framework/sdk-parent/frontend/src/i18n/lang/en-US.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js index 04d82d97b0..9c0e4d4739 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js @@ -1685,7 +1685,7 @@ const message = { environment: { id: "Environment ID", create: "Create environment", - name: "Environment Name", + name: "Name", socket: "Socket", condition_enable: "Activation conditions", globalVariable: "Global Variable",