From a16402e94d9bb1e753296210b9c337e92cc666d0 Mon Sep 17 00:00:00 2001 From: Akash K <57758277+amk-dev@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:38:49 +0530 Subject: [PATCH] chore: add missing `i18n` string entry (#4639) --- packages/hoppscotch-common/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 3f941da5..7c8d76e4 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -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" } }