Fix typo / erroneous word in Admin Section (#19488)
* Typo fixes * Update admin_menu.rb
This commit is contained in:
parent
1b32e9a8e3
commit
e69c642bf0
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ class AdminMenu
|
|||
scope :moderation, "mod", [
|
||||
item(name: "reports"),
|
||||
item(name: "mods"),
|
||||
item(name: "moderator actions ads", controller: "moderator_actions"),
|
||||
item(name: "moderator actions", controller: "moderator_actions"),
|
||||
item(name: "privileged reactions"),
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<h1 class="crayons-title mb-3">Priviledged Reactions</h1>
|
||||
<h1 class="crayons-title mb-3">Privileged Reactions</h1>
|
||||
|
||||
<div class="mb-6">
|
||||
<%= search_form_for @q, url: admin_privileged_reactions_path, class: "inline-flex" do |f| %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue