We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab07551 commit 42568a9Copy full SHA for 42568a9
admin/inertia/pages/settings/apps.tsx
@@ -278,7 +278,7 @@ export default function SettingsPage(props: { system: { services: ServiceSlim[]
278
},
279
{
280
accessor: 'ui_location',
281
- title: 'Port',
+ title: 'Location',
282
render: (record) => (
283
<a
284
href={getServiceLink(record.ui_location || 'unknown')}
0 commit comments