diff options
Diffstat (limited to 'main/app/sprinkles/core/templates/pages')
-rw-r--r-- | main/app/sprinkles/core/templates/pages/index.html.twig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/app/sprinkles/core/templates/pages/index.html.twig b/main/app/sprinkles/core/templates/pages/index.html.twig index 306dac1..fc29294 100644 --- a/main/app/sprinkles/core/templates/pages/index.html.twig +++ b/main/app/sprinkles/core/templates/pages/index.html.twig @@ -71,9 +71,6 @@ <div id="ChatMessages" class="ChatMessages"> <!-- Messages --> </div> - <input title="{{ translate("CHAT_MESSAGES.JOIN_GROUP_PH") }}" - placeholder="{{ translate("CHAT_MESSAGES.JOIN_GROUP_PH") }}" - id="SubscribeTextInput" class="ChatInput" type="text" /> <input title="{{ translate("CHAT_MESSAGES.WRITE_MESSAGE_PH") }}" placeholder="{{ translate("CHAT_MESSAGES.WRITE_MESSAGE_PH") }}" id="ChatTextInput" class="ChatInput" type="text" /> |