Update DiscordMessages.svelte text/typo
Changing Typo in: "Premium users can receive messages in real-time and response to tickets through the dashboard" to "Premium users can receive messages in real-time and respond to tickets through the dashboard"
This commit is contained in:
parent
19826368ff
commit
3768d2d93b
@ -12,7 +12,7 @@
|
|||||||
<div class="input-container">
|
<div class="input-container">
|
||||||
<form on:submit|preventDefault={sendMessage}>
|
<form on:submit|preventDefault={sendMessage}>
|
||||||
<input type="text" class="message-input" bind:value={sendContent} disabled={!isPremium}
|
<input type="text" class="message-input" bind:value={sendContent} disabled={!isPremium}
|
||||||
placeholder="{isPremium ? `Message #ticket-${ticketId}` : 'Premium users can receive messages in real-time and response to tickets through the dashboard'}">
|
placeholder="{isPremium ? `Message #ticket-${ticketId}` : 'Premium users can receive messages in real-time and respond to tickets through the dashboard'}">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -105,4 +105,4 @@
|
|||||||
.message-input:focus, .message-input:focus-visible {
|
.message-input:focus, .message-input:focus-visible {
|
||||||
outline-width: 0;
|
outline-width: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user