fix(dashboard): rename Repository → Repositories, Policy → Policies
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e9190c179f
commit
b66291aac1
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ export default {
|
|||
{ name: "Todo", path: "/todo" },
|
||||
// ── Sections (alphabetical) ───────────────────────────────────────────────
|
||||
{
|
||||
name: "Policy",
|
||||
name: "Policies",
|
||||
collapsible: true,
|
||||
open: false,
|
||||
pages: [
|
||||
|
|
@ -35,7 +35,7 @@ export default {
|
|||
],
|
||||
},
|
||||
{
|
||||
name: "Repository",
|
||||
name: "Repositories",
|
||||
path: "/repos",
|
||||
collapsible: true,
|
||||
open: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue