From 3768d2d93b97df4578235e97864bbc4319ccd880 Mon Sep 17 00:00:00 2001 From: Scott Brown <71395931+xscottxbrownx@users.noreply.github.com> Date: Fri, 29 Jul 2022 11:18:08 -0700 Subject: [PATCH] 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" --- frontend/src/components/DiscordMessages.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/DiscordMessages.svelte b/frontend/src/components/DiscordMessages.svelte index ed525eb..22e0891 100644 --- a/frontend/src/components/DiscordMessages.svelte +++ b/frontend/src/components/DiscordMessages.svelte @@ -12,7 +12,7 @@
+ placeholder="{isPremium ? `Message #ticket-${ticketId}` : 'Premium users can receive messages in real-time and respond to tickets through the dashboard'}">
@@ -105,4 +105,4 @@ .message-input:focus, .message-input:focus-visible { outline-width: 0; } - \ No newline at end of file +