mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 05:12:40 +08:00
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:
parent
4a78999b6f
commit
d566cbbf45
|
@ -5,6 +5,7 @@
|
||||||
@hideTabs={{true}}
|
@hideTabs={{true}}
|
||||||
>
|
>
|
||||||
<:breadcrumbs>
|
<:breadcrumbs>
|
||||||
|
<DBreadcrumbsItem @path="/admin" @label={{i18n "admin_title"}} />
|
||||||
<DBreadcrumbsItem
|
<DBreadcrumbsItem
|
||||||
@path="/admin/api/keys"
|
@path="/admin/api/keys"
|
||||||
@label={{i18n "admin.api_keys.title"}}
|
@label={{i18n "admin.api_keys.title"}}
|
||||||
|
|
|
@ -5397,7 +5397,7 @@ en:
|
||||||
no_custom_groups: "Create a new custom group"
|
no_custom_groups: "Create a new custom group"
|
||||||
|
|
||||||
api_keys:
|
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."
|
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"
|
add: "Add API key"
|
||||||
edit: "Edit"
|
edit: "Edit"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user