fix typo in nav links form (#12570)
This commit is contained in:
parent
b1e0dbcfa9
commit
27f4d238cd
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<div class="form-group">
|
||||
<%= form.label :position %>
|
||||
<%= form.number_field :position, class: "form-control" %>
|
||||
<div class="alert alert-info">Detemines the order placement of the links in the sidebar</div>
|
||||
<div class="alert alert-info">Determines the order placement of the links in the sidebar</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<%= form.check_box :display_only_when_signed_in %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue