refactor(ui): change to 'Trusted Proxy mode' for clarity

'mode' suffix makes it clearer this is an authentication method,
balancing simplicity with explicit meaning.
This commit is contained in:
Nick Taylor
2026-02-13 21:15:46 +00:00
committed by Peter Steinberger
parent 86e56a29e8
commit f691ffcd21

View File

@@ -147,7 +147,7 @@ export function renderOverview(props: OverviewProps) {
<div class="field" style="margin-top: 8px;">
<span>Gateway Token</span>
<div style="padding: 8px 12px; background: var(--bg-subtle, #f5f5f5); border-radius: 4px; color: var(--text-secondary, #666); font-size: 0.95em;">
Trusted Proxy
Trusted Proxy mode
</div>
</div>
`