Improve Send Message button text

This commit is contained in:
TheNeedful-DO 2023-12-04 12:44:12 +00:00
parent f57db3bf8f
commit 04ca47c705

View File

@ -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 }