fix(项目设置): 创建环境页面英文显示换行问题
--bug=1024765 --user=李玉号 【项目设置】github#23031,切换到英语环境,Config Environment页面 Environment Name显示换行了。 https://www.tapd.cn/55049933/s/1354676 Closes #23031
This commit is contained in:
parent
129953fa70
commit
2b5cd55e52
|
@ -1685,7 +1685,7 @@ const message = {
|
||||||
environment: {
|
environment: {
|
||||||
id: "Environment ID",
|
id: "Environment ID",
|
||||||
create: "Create environment",
|
create: "Create environment",
|
||||||
name: "Environment Name",
|
name: "Name",
|
||||||
socket: "Socket",
|
socket: "Socket",
|
||||||
condition_enable: "Activation conditions",
|
condition_enable: "Activation conditions",
|
||||||
globalVariable: "Global Variable",
|
globalVariable: "Global Variable",
|
||||||
|
|
Loading…
Reference in New Issue