Skip to content

Commit

Permalink
πŸ’„ Update placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelbernhart committed Aug 23, 2021
1 parent caa8540 commit 5fe274d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p>To use the extension you need to connect it to your own WebCrate instance. Learn more in the <a href="https://webcrate.app/docs">documentation</a>.</p>
<hr>
<label for="input">Deta Space instance:</label>
<input v-model="detaInstance" id="input" class="input" placeholder="https://webcrate.username.deta.dev">
<input v-model="detaInstance" id="input" class="input" placeholder="https://webcrate.username.deta.app">
<p v-if="error" class="error">{{ error }}</p>
<div class="actions">
<button class="primary-button" @click.stop="save">{{ saveText }}</button>
Expand Down

0 comments on commit 5fe274d

Please sign in to comment.