chore: update placeholder text (#4023)

This commit is contained in:
Nivedin
2024-04-30 16:49:32 +05:30
committed by GitHub
parent 426e7594f4
commit eecc3db4e9
5 changed files with 7 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
autocomplete="off"
spellcheck="false"
class="w-full rounded border border-divider bg-primaryLight px-4 py-2 text-secondaryDark"
:placeholder="`${t('request.url')}`"
:placeholder="`${t('graphql.url_placeholder')}`"
:disabled="connected"
@keyup.enter="onConnectClick"
/>