Merge branch 'master' of github.com:TicketsBot/GoPanel

This commit is contained in:
rxdn 2022-07-31 22:36:35 +01:00
commit 6975dcc273

View File

@ -12,7 +12,7 @@
<div class="input-container">
<form on:submit|preventDefault={sendMessage}>
<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>
</div>
</div>