diff --git a/app/views/admin/articles/_article_item.html.erb b/app/views/admin/articles/_article_item.html.erb
index 43510a308..7c10dd9e6 100644
--- a/app/views/admin/articles/_article_item.html.erb
+++ b/app/views/admin/articles/_article_item.html.erb
@@ -153,13 +153,13 @@
diff --git a/app/views/admin/settings/forms/_community.html.erb b/app/views/admin/settings/forms/_community.html.erb
index c796ab7e5..7d6913d98 100644
--- a/app/views/admin/settings/forms/_community.html.erb
+++ b/app/views/admin/settings/forms/_community.html.erb
@@ -54,7 +54,7 @@
<%= admin_config_label :staff_user_id, model: Settings::Community %>
<%= admin_config_description Constants::Settings::Community.details[:staff_user_id][:description] %>
<%= f.text_field :staff_user_id,
- class: "crayons-textfield js-username_id_input",
+ class: "crayons-textfield ",
value: Settings::Community.staff_user_id,
placeholder: Constants::Settings::Community.details[:staff_user_id][:placeholder] %>
diff --git a/app/views/admin/settings/forms/_mascot.html.erb b/app/views/admin/settings/forms/_mascot.html.erb
index 95afaea9b..bbd7ae977 100644
--- a/app/views/admin/settings/forms/_mascot.html.erb
+++ b/app/views/admin/settings/forms/_mascot.html.erb
@@ -12,7 +12,7 @@
<%= admin_config_label :mascot_user_id, "Mascot user" %>
<%= admin_config_description Constants::Settings::General.details[:mascot_user_id][:description] %>
<%= f.text_field :mascot_user_id,
- class: "crayons-textfield js-username_id_input",
+ class: "crayons-textfield ",
value: Settings::General.mascot_user_id,
min: 1,
placeholder: Constants::Settings::General.details[:mascot_user_id][:placeholder] %>
diff --git a/app/views/admin/tags/edit.html.erb b/app/views/admin/tags/edit.html.erb
index 4f9230e61..ced9eaa5f 100644
--- a/app/views/admin/tags/edit.html.erb
+++ b/app/views/admin/tags/edit.html.erb
@@ -17,7 +17,7 @@
<%= f.label :user_id, "Add Moderator:", class: "crayons-field__label" %>
- <%= f.text_field :user_id, class: "crayons-textfield js-username_id_input" %>
+ <%= f.text_field :user_id, class: "crayons-textfield ", placeholder: "User ID (i.e. 789)" %>
<%= f.submit "Add Moderator", class: "crayons-btn" %>