diff --git a/app/views/layouts/_new_message_form.html.haml b/app/views/layouts/_new_message_form.html.haml index d37583cd..18780564 100644 --- a/app/views/layouts/_new_message_form.html.haml +++ b/app/views/layouts/_new_message_form.html.haml @@ -1,3 +1,3 @@ = form_with(model: [@room, @message], remote: true) do |f| = f.text_field :content, id: 'chat-text', class: "form-control msg-content", autocomplete: 'off' - = f.submit data: { disable_with: false } + = f.submit "Send Message", data: { disable_with: false }