mirror of https://github.com/langgenius/dify.git
chore: fix http i18n
This commit is contained in:
parent
8b2a63e545
commit
c051c89176
|
|
@ -174,9 +174,9 @@ const translation = {
|
|||
value: '值',
|
||||
bulkEdit: '批量编辑',
|
||||
keyValueEdit: '键值编辑',
|
||||
headers: '响应头',
|
||||
params: '参数',
|
||||
body: '响应内容',
|
||||
headers: 'Headers',
|
||||
params: 'Params',
|
||||
body: 'Body',
|
||||
outputVars: {
|
||||
body: '响应内容',
|
||||
statusCode: '响应状态码',
|
||||
|
|
|
|||
Loading…
Reference in New Issue