fix(Settings): rename port column in Apps Settings

This commit is contained in:
Jake Turner 2026-02-03 23:33:05 -08:00 committed by Jake Turner
parent ab07551719
commit 42568a9e7e

View File

@ -278,7 +278,7 @@ export default function SettingsPage(props: { system: { services: ServiceSlim[]
},
{
accessor: 'ui_location',
title: 'Port',
title: 'Location',
render: (record) => (
<a
href={getServiceLink(record.ui_location || 'unknown')}