-
- {{#if this.currentUser.can_see_emails}}
+
+ <:breadcrumbs>
+
+
+
+ <:tabs>
- {{/if}}
-
-
-
- {{#if this.currentUser.admin}}
-
- {{/if}}
-
+ {{#if this.currentUser.can_see_emails}}
+
+ {{/if}}
+
+
+
+ {{#if this.currentUser.admin}}
+
+ {{/if}}
+
+
{{outlet}}
diff --git a/app/assets/javascripts/discourse/app/lib/sidebar/admin-nav-map.js b/app/assets/javascripts/discourse/app/lib/sidebar/admin-nav-map.js
index 45107d29ad5..26a6886efa1 100644
--- a/app/assets/javascripts/discourse/app/lib/sidebar/admin-nav-map.js
+++ b/app/assets/javascripts/discourse/app/lib/sidebar/admin-nav-map.js
@@ -193,7 +193,7 @@ export const ADMIN_NAV_MAP = [
},
{
name: "admin_logs_staff_action_logs",
- route: "adminLogs.staffActionLogs",
+ route: "adminLogs",
label: "admin.security.sidebar_link.staff_action_logs.title",
keywords: "admin.security.sidebar_link.staff_action_logs.keywords",
icon: "user-shield",
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 5ce85be983f..a4fd3ca2d1a 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -6423,7 +6423,9 @@ en:
post_approved: "Post Approved"
logs:
- title: "Logs"
+ title: "Logs & screening"
+ description: "Logs and screening allow you to monitor and manage your community, ensuring that it remains safe and respectful. You can view logs of all actions taken by staff members, search logs, and user screening configuration."
+ nav_title: "Logs"
action: "Action"
created_at: "Created"
last_match_at: "Last Matched"