From f975b8b73767e63f92c2d2579bd421b130e29cf9 Mon Sep 17 00:00:00 2001 From: Vaidehi Joshi Date: Thu, 25 Feb 2021 08:00:56 -0800 Subject: [PATCH] Grammar fixes on /admin/config (#12819) --- app/views/admin/configs/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/configs/show.html.erb b/app/views/admin/configs/show.html.erb index 4328f0297..86852ebc1 100644 --- a/app/views/admin/configs/show.html.erb +++ b/app/views/admin/configs/show.html.erb @@ -147,7 +147,7 @@ <% end %> - <%= form_for(SiteConfig.new, url: admin_config_path, html: { data: { action: "submit->config#configUpdatePrecheck", "config-target": "authSectionForm", "testid": "authSectionForm" } }) do |f| %> + <%= form_for(SiteConfig.new, url: admin_config_path, html: { data: { action: "submit->config#configUpdatePrecheck", "config-target": "authSectionForm", testid: "authSectionForm" } }) do |f| %>
<%= render partial: "admin/shared/card_header", locals: { @@ -355,7 +355,7 @@
- Changing authentication keys will not take affect until this forem instance is restarted. + Changing authentication keys will not take effect until this Forem instance is restarted.
<%= render "form_submission", f: f %>