From eecc3db4e991ab03022167298ef78fbda405a53e Mon Sep 17 00:00:00 2001 From: Nivedin <53208152+nivedin@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:49:32 +0530 Subject: [PATCH] chore: update placeholder text (#4023) --- packages/hoppscotch-common/locales/en.json | 4 +++- .../src/components/environments/my/Details.vue | 4 +--- .../src/components/environments/teams/Details.vue | 4 +--- packages/hoppscotch-common/src/components/graphql/Request.vue | 2 +- packages/hoppscotch-common/src/components/http/Request.vue | 2 +- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 0d0b57a31..2ab5f041c 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -374,7 +374,8 @@ "mutations": "Mutations", "schema": "Schema", "subscriptions": "Subscriptions", - "switch_connection": "Switch connection" + "switch_connection": "Switch connection", + "url_placeholder": "Enter a GraphQL endpoint URL" }, "graphql_collections": { "title": "GraphQL Collections" @@ -598,6 +599,7 @@ "title": "Request", "type": "Request type", "url": "URL", + "url_placeholder": "Enter a URL or paste a cURL command", "variables": "Variables", "view_my_links": "View my links" }, diff --git a/packages/hoppscotch-common/src/components/environments/my/Details.vue b/packages/hoppscotch-common/src/components/environments/my/Details.vue index 3db44aed3..079368f37 100644 --- a/packages/hoppscotch-common/src/components/environments/my/Details.vue +++ b/packages/hoppscotch-common/src/components/environments/my/Details.vue @@ -54,9 +54,7 @@ :key="tab.id" :label="tab.label" > -