Skip to content

Commit e136406

Browse files
committed
fix(frontend): rename 'Overview' tab to 'Secrets' in secrets management sidebar
1 parent da6b81a commit e136406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/layouts/OrganizationLayout/components/OrgSidebar/SecretManagerNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const SecretManagerNav = ({
1616

1717
const generalItems: NavItem[] = [
1818
{
19-
label: "Overview",
19+
label: "Secrets",
2020
icon: ProjectIcon,
2121
pathSuffix: "overview",
2222
activeMatch: /\/secrets\/|\/commits\//

0 commit comments

Comments
 (0)