Fix typo / erroneous word in Admin Section (#19488)

* Typo fixes

* Update admin_menu.rb
This commit is contained in:
Peter Frank 2023-05-19 04:04:35 -05:00 committed by GitHub
parent 1b32e9a8e3
commit e69c642bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"),
]

View file

@ -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| %>