diff --git a/app/views/cards/comments/reactions/new.html.erb b/app/views/cards/comments/reactions/new.html.erb index 8d4955668..e68a49179 100644 --- a/app/views/cards/comments/reactions/new.html.erb +++ b/app/views/cards/comments/reactions/new.html.erb @@ -9,8 +9,7 @@ <%= form.text_field :content, autofocus: true, autocomplete: "off", autocorrect: "off", maxlength: 16, - required: true, pattern: /\S+.*/, class: "input reaction__input txt-small", - aria: { label: "Add a reaction" } %> + required: true, pattern: /\S+.*/, class: "input reaction__input txt-small", aria: { label: "Add a reaction" } %> <%= form.button class: "btn btn--reversed", type: "submit" do %>