diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 685c3951..45f20231 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -1215,6 +1215,7 @@ "cli_environment_id_description": "This environment ID will be used by the CLI collection runner for Hoppscotch.", "include_active_environment": "Include active environment:", "cli": "CLI", + "cli_comming_soon_for_personal_collection": "Collection Runner for personal collections in CLI is coming soon.", "delay": "Delay", "negative_delay": "Delay cannot be negative", "ui": "Runner", diff --git a/packages/hoppscotch-common/src/components/http/test/RunnerModal.vue b/packages/hoppscotch-common/src/components/http/test/RunnerModal.vue index 55a6440b..b1b0b970 100644 --- a/packages/hoppscotch-common/src/components/http/test/RunnerModal.vue +++ b/packages/hoppscotch-common/src/components/http/test/RunnerModal.vue @@ -86,41 +86,44 @@ - - - -
-

- {{ cliCommandGenerationDescription }} + +

+

+ {{ + t("collection_runner.cli_comming_soon_for_personal_collection") + }}

- -
- - {{ t("collection_runner.include_active_environment") }} - - {{ currentEnv?.name }} - - -
- -
- {{ CLICommand }} -
+