Skip to content

Commit c87a78d

Browse files
authored
Fixed wrong label (#65)
Fixes NLnetLabs/routinator#971
1 parent bc28c63 commit c87a78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/connections/Status.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function Status() {
3030
<dd>{status.rtr.bytesWritten.toLocaleString('en')}</dd>
3131
</dl>
3232
</dd>
33-
<dt>RTR</dt>
33+
<dt>HTTP</dt>
3434
<dd>
3535
<dl>
3636
<dt>{t('connections.totalconnections')}</dt>

0 commit comments

Comments
 (0)