mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
v-model="configuration.messages.message_of_the_day"
|
||||
class="form-textarea block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5"></textarea>
|
||||
</div>
|
||||
<p class="mt-2 text-sm text-gray-500">This message will be shown, when a
|
||||
<p class="mt-2 text-sm text-gray-500">This message will be shown when a
|
||||
successful connection can be established.</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -86,7 +86,7 @@
|
||||
v-model="configuration.messages.invalid_auth_token"
|
||||
class="form-textarea block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5"></textarea>
|
||||
</div>
|
||||
<p class="mt-2 text-sm text-gray-500">This message will be shown, when a
|
||||
<p class="mt-2 text-sm text-gray-500">This message will be shown when a
|
||||
user tries to connect with an invalid authentication token.</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -103,7 +103,7 @@
|
||||
v-model="configuration.messages.subdomain_taken"
|
||||
class="form-textarea block w-full transition duration-150 ease-in-out sm:text-sm sm:leading-5"></textarea>
|
||||
</div>
|
||||
<p class="mt-2 text-sm text-gray-500">This message will be shown, when a
|
||||
<p class="mt-2 text-sm text-gray-500">This message will be shown when a
|
||||
user tries to connect with an already registered subdomain. You can use
|
||||
<code class="font-mono bg-gray-500 text-white p-1">:subdomain</code> as
|
||||
a placeholder.</p>
|
||||
|
||||
Reference in New Issue
Block a user