chore: add missing i18n string entry (#4639)
This commit is contained in:
parent
553f4d7a8f
commit
a16402e94d
1 changed files with 2 additions and 1 deletions
|
|
@ -1258,6 +1258,7 @@
|
|||
"modify_request_body_error": "Failed to modify request body",
|
||||
"generate_or_modify_prerequest_input_placeholder": "Enter a prompt to generate or modify the pre-request script",
|
||||
"generate_or_modify_test_script_input_placeholder": "Enter a prompt to generate or modify the test script",
|
||||
"modify_test_script_error": "Failed to modify test script"
|
||||
"modify_test_script_error": "Failed to modify test script",
|
||||
"modify_prerequest_error": "Failed to modify pre-request script"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue