chore: fix http i18n

This commit is contained in:
Joel 2024-03-14 10:41:02 +08:00
parent 8b2a63e545
commit c051c89176
1 changed files with 3 additions and 3 deletions

View File

@ -174,9 +174,9 @@ const translation = {
value: '值',
bulkEdit: '批量编辑',
keyValueEdit: '键值编辑',
headers: '响应头',
params: '参数',
body: '响应内容',
headers: 'Headers',
params: 'Params',
body: 'Body',
outputVars: {
body: '响应内容',
statusCode: '响应状态码',