diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index 0d0b57a3..2ab5f041 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 3db44aed..079368f3 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" > -