Skip to content
Snippets Groups Projects
Unverified Commit a6af0456 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

change admin nav order (#21560)

parent 37fb6200
No related branches found
No related tags found
No related merge requests found
...@@ -33,9 +33,9 @@ const getAllMenuItems: () => { ...@@ -33,9 +33,9 @@ const getAllMenuItems: () => {
key: "settings", key: "settings",
}, },
{ {
name: t`People`, name: t`Databases`,
path: "/admin/people", path: "/admin/databases",
key: "people", key: "databases",
}, },
{ {
name: t`Data Model`, name: t`Data Model`,
...@@ -43,9 +43,9 @@ const getAllMenuItems: () => { ...@@ -43,9 +43,9 @@ const getAllMenuItems: () => {
key: "data-model", key: "data-model",
}, },
{ {
name: t`Databases`, name: t`People`,
path: "/admin/databases", path: "/admin/people",
key: "databases", key: "people",
}, },
{ {
name: t`Permissions`, name: t`Permissions`,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment