DEV: Add missing root breadcrumb to API keys page (#30690)

Addressing a couple minor inconsistencies on the admin API keys page.

1. Add missing "Admin" root breadcrumb.
2. De-titleize "API Keys" -> "API keys".
This commit is contained in:
Ted Johansson 2025-01-10 13:19:34 +08:00 committed by GitHub
parent 4a78999b6f
commit d566cbbf45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
@hideTabs={{true}}
>
<:breadcrumbs>
<DBreadcrumbsItem @path="/admin" @label={{i18n "admin_title"}} />
<DBreadcrumbsItem
@path="/admin/api/keys"
@label={{i18n "admin.api_keys.title"}}

View File

@ -5397,7 +5397,7 @@ en:
no_custom_groups: "Create a new custom group"
api_keys:
title: "API Keys"
title: "API keys"
description: "The API keys feature lets you securely integrate Discourse with external systems and automate actions. Admins can create keys with specific scopes to control access to resources and sensitive data. Scopes limit functionality, ensuring enhanced security."
add: "Add API key"
edit: "Edit"