diff --git a/components/realtime/websocket.vue b/components/realtime/websocket.vue
index afab5ccb2..7024ccfd2 100644
--- a/components/realtime/websocket.vue
+++ b/components/realtime/websocket.vue
@@ -12,6 +12,7 @@
v-model="url"
@keyup.enter="urlValid ? toggleConnection() : null"
class="md:rounded-bl-lg"
+ :placeholder="$t('url')"
/>
diff --git a/pages/graphql.vue b/pages/graphql.vue
index 3c6350313..3d917e5c3 100644
--- a/pages/graphql.vue
+++ b/pages/graphql.vue
@@ -13,6 +13,7 @@
spellcheck="false"
@keyup.enter="onPollSchemaClick()"
class="md:rounded-bl-lg"
+ :placeholder="$t('url')"
/>
@@ -51,7 +52,12 @@
-
+
@@ -94,7 +88,7 @@
:source="validContentTypes"
:spellcheck="false"
v-model="contentType"
- styles="text-sm rounded-none"
+ styles="text-sm"
/>
@@ -174,11 +168,16 @@
-