Skip to content

Commit

Permalink
Linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Nov 26, 2024
1 parent e2114ca commit 9f5bfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/feeds/_form_megaphone_config.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="col-12 mb-4">
<div class="form-floating input-group">
<%= config_form.text_field :network_name %>
<%= config_form.label :network_name, "Network Name"%>
<%= config_form.label :network_name, "Network Name" %>
<%= field_help_text t(".help.network_name") %>
</div>
</div>
Expand Down

0 comments on commit 9f5bfc1

Please sign in to comment.