Skip to content

Commit 5fe274d

Browse files
💄 Update placeholder
1 parent caa8540 commit 5fe274d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/options/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<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>
77
<hr>
88
<label for="input">Deta Space instance:</label>
9-
<input v-model="detaInstance" id="input" class="input" placeholder="https://webcrate.username.deta.dev">
9+
<input v-model="detaInstance" id="input" class="input" placeholder="https://webcrate.username.deta.app">
1010
<p v-if="error" class="error">{{ error }}</p>
1111
<div class="actions">
1212
<button class="primary-button" @click.stop="save">{{ saveText }}</button>

0 commit comments

Comments
 (0)