From c3d0a24143f1fffc5587c4ee27fe58c65064cfd5 Mon Sep 17 00:00:00 2001 From: Julianna Tetreault <32834804+juliannatetreault@users.noreply.github.com> Date: Tue, 30 Nov 2021 09:44:29 -0700 Subject: [PATCH] Update the COC and TOS Description on the Creator Settings Form (#15527) * Refactors the COC and TOS help text on the Creator Settings form * Fixes spacing between legend and description for COC and TOS --- app/views/admin/creator_settings/_form.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/creator_settings/_form.html.erb b/app/views/admin/creator_settings/_form.html.erb index 0ce8ede9e..9865f6b2a 100644 --- a/app/views/admin/creator_settings/_form.html.erb +++ b/app/views/admin/creator_settings/_form.html.erb @@ -84,8 +84,9 @@
- Finally, please agree to the following: + Finally, please agree to the following:
+

You will have the opportunity to establish the Code of Conduct and Terms and Conditions for the users of your Forem during the setup process.

<%= hidden_field_tag :checked_code_of_conduct, "0" %> <%= check_box_tag :checked_code_of_conduct, "1", false, class: "crayons-checkbox", required: true %> @@ -97,6 +98,5 @@
-

You will have the opportunity to establish the Code of Conduct and Terms and Conditions for the users of your Forem during the setup process.