favgroups: fix typo in new favgroup dialog.

This commit is contained in:
evazion
2022-01-29 15:59:44 -06:00
parent 09d6c602be
commit 810c3da939

View File

@@ -1,5 +1,5 @@
<% if !CurrentUser.favorite_groups.present? %>
<p>Add this post to a new a favorite group (<%= link_to_wiki "help:favorite_groups" %>):</p>
<p>Add this post to a new favorite group (<%= link_to_wiki "help:favorite_groups" %>):</p>
<%= edit_form_for(FavoriteGroup.new, html: { class: "one-line-form" }) do |f| %>
<%= f.input :name, as: :string, required: true, input_html: { style: "width: 20em" } %>