From 27f4d238cd06a559c8afa65cd4a0594d1ae00ae7 Mon Sep 17 00:00:00 2001 From: Suzanne Aitchison Date: Thu, 4 Feb 2021 14:26:11 +0000 Subject: [PATCH] fix typo in nav links form (#12570) --- app/views/admin/navigation_links/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/navigation_links/_form.html.erb b/app/views/admin/navigation_links/_form.html.erb index 4417400f4..1427a5ad6 100644 --- a/app/views/admin/navigation_links/_form.html.erb +++ b/app/views/admin/navigation_links/_form.html.erb @@ -27,7 +27,7 @@
<%= form.label :position %> <%= form.number_field :position, class: "form-control" %> -
Detemines the order placement of the links in the sidebar
+
Determines the order placement of the links in the sidebar
<%= form.check_box :display_only_when_signed_in %>