Skip to content

Commit 38c183b

Browse files
committed
Add base functionality
1 parent 8e3ab59 commit 38c183b

File tree

4 files changed

+1435
-46
lines changed

4 files changed

+1435
-46
lines changed

static/app/views/settings/organization/userOrgNavigationConfiguration.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,10 @@ export function getUserOrgNavigationConfiguration(): NavigationSection[] {
143143
},
144144
{
145145
path: `${organizationSettingsPathPrefix}/repos/`,
146-
title: t('Repositories'),
147-
description: t('Manage repositories connected to the organization'),
146+
title: t('Source Code'),
147+
description: t(
148+
'Manage source code integrations, repositories, and code mappings'
149+
),
148150
id: 'repos',
149151
},
150152
{

0 commit comments

Comments
 (0)