From 9e227982c98d1dc95763e0c2f799debfed1d1b24 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Thu, 6 Feb 2025 04:47:31 -0500 Subject: [PATCH] Correct the english response body lost return msg (#4656) --- packages/hoppscotch-common/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index e1af9174..c2ffd477 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -1278,7 +1278,7 @@ "empty_collection": "Collection is empty. Add requests to run.", "no_response_persist": "The collection runner is presently configured not to persist responses. This setting prevents showing the response data. To modify this behavior, initiate a new run configuration.", "select_request": "Select a request to see response and test results", - "response_body_lost_rerun": "Response body is lost. Run again the collection to get the response body.", + "response_body_lost_rerun": "Response body is lost. Run the collection again to get the response body.", "cli_command_generation_description_cloud": "Copy the below command and run it from the CLI. Please specify a personal access token.", "cli_command_generation_description_sh": "Copy the below command and run it from the CLI. Please specify a personal access token and verify the generated SH instance server URL.", "cli_command_generation_description_sh_with_server_url_placeholder": "Copy the below command and run it from the CLI. Please specify a personal access token and the SH instance server URL.",