Skip to content

Commit 42568a9

Browse files
committed
fix(Settings): rename port column in Apps Settings
1 parent ab07551 commit 42568a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/inertia/pages/settings/apps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export default function SettingsPage(props: { system: { services: ServiceSlim[]
278278
},
279279
{
280280
accessor: 'ui_location',
281-
title: 'Port',
281+
title: 'Location',
282282
render: (record) => (
283283
<a
284284
href={getServiceLink(record.ui_location || 'unknown')}

0 commit comments

Comments
 (0)